Blob Blame History Raw
--- docs/upload_example.php~	2008-02-07 22:42:55.000000000 -0800
+++ docs/upload_example.php	2008-02-07 22:43:37.000000000 -0800
@@ -11,7 +11,7 @@
 </body></html>
 <?php
 error_reporting(E_ALL);
-if (!isset($submit)) {
+if (!isset($_GET["submit"])) {
 	exit;
 }
 require 'HTTP/Upload.php';