Author: matt
Date: 2008-02-25 07:46:42 -0800 (Mon, 25 Feb 2008)
New Revision: 456
Log:
Attempt to fix a wrong path for uploads

Modified:
   trunk/site/upload.php

Modified: trunk/site/upload.php
===================================================================
--- trunk/site/upload.php       2008-02-22 04:58:53 UTC (rev 455)
+++ trunk/site/upload.php       2008-02-25 15:46:42 UTC (rev 456)
@@ -30,7 +30,7 @@
   $filename = $file["name"];
   $htmlname = htmlspecialchars($filename);
   $tmpname  = $file["tmp_name"];
-  $dstdir   = "/home/ftp/pub/fltk/$version";
+  $dstdir   = "/home/ftp.easysw.com/pub/fltk/$version";
   $dstname  = "$dstdir/$filename";
 
   if (!file_exists($dstdir))

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

Reply via email to