r1073 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 29 02:08:53 EDT 2007


Author: floam
Date: 2007-04-29 02:08:53 -0400 (Sun, 29 Apr 2007)
New Revision: 1073

Modified:
   webspace/include/thebrain.php
Log:
Make img links work


Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php	2007-04-29 06:05:51 UTC (rev 1072)
+++ webspace/include/thebrain.php	2007-04-29 06:08:53 UTC (rev 1073)
@@ -123,7 +123,7 @@
    			$file_date = date("F j, Y",$file_unix_date);
    			$jpgfile = basename($file, ".zip") . ".jpg";
    			if (file_exists($dir . $jpgfile))
-   			   $fileimg = "<a href=\"$jpgfile\">Image</a>";
+   			   $fileimg = "<a href=\"$dir/$jpgfile\">Image</a>";
    			else
 			      $fileimg ="N/A";
    			$index[$file_unix_date] = array(




More information about the quake3-commits mailing list