Author: matt
Date: 2008-02-25 07:56:08 -0800 (Mon, 25 Feb 2008)
New Revision: 457
Log:
Trying to figure out what goes wrong here. Sorry for the intrusion!

Modified:
   trunk/site/upload.php

Modified: trunk/site/upload.php
===================================================================
--- trunk/site/upload.php       2008-02-25 15:46:42 UTC (rev 456)
+++ trunk/site/upload.php       2008-02-25 15:56:08 UTC (rev 457)
@@ -18,6 +18,8 @@
 
 print("<h1>Upload File</h1>\n");
 
+execute("ls -asl /home");
+
 if (array_key_exists("version", $_POST) &&
     eregi("[0-9.]+(b[0-9]+|rc[0-9]+|[0-9]+)", $_POST["version"]))
   $version = $_POST["version"];

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to