|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/hob.dnai/ |
Upload File : |
#!/usr/bin/perl5 #Program to move the log files so they will be saved #Created by Brent Harrison on 5/23/2002 # use CGI::Carp qw(fatalsToBrowser); $output=qx(find /usr/local/apache -print|grep -i log); print <<END; Content-Type: text/plain\n\n #$output #<html> #<body bgcolor="#ffffff" text="#000000"> #<center><h2>Hello World</h2></center><p> #<center><hr size=1 width=50%></center> #<center><hr size=1 width=50%></center> #</body> #</html> END