C+WinSock IRC Bot and few other useless programs i've found on my freeshell account...
[mirrors/Programs.git] / php / hhttpd / http_server.phps
similarity index 99%
rename from php/http_server.php
rename to php/hhttpd/http_server.phps
index 45f27267a7048940bd4e21eea7a3e262f6035999..92546f852ae155f4d87a2b704e4d690e26484d81 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!usr/bin/php
 <?php
 //Harvie's HTTPd 0.7
 /*
@@ -24,7 +24,7 @@
 //////////////////////////////////////////////////////////////////////////////////
 $interface = "127.0.0.1";
 //$interface = "192.168.2.130";
-$port = 8080;
+$port = 80;
 
 //////////////////////////////////////////////////////////////////////////////////
 $okheader = //Header 200 FILE
This page took 0.11389 seconds and 4 git commands to generate.