conclusion, no real php cgi
This commit is contained in:
10
srcs/cgi-bin/tmp.php
Executable file
10
srcs/cgi-bin/tmp.php
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/php
|
||||
|
||||
<?php
|
||||
|
||||
if(isset($_FILE["fileToUpload"]))
|
||||
echo "there is a file";
|
||||
else
|
||||
echo "\n\nHeader: something\r\n\r\nno file\r\n";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user