Author: shadzik
Date: Sun Aug  9 22:08:36 2009
New Revision: 10461

Modified:
   security/index.php
Log:
- somehow cache is wrongly linked, now it works


Modified: security/index.php
==============================================================================
--- security/index.php  (original)
+++ security/index.php  Sun Aug  9 22:08:36 2009
@@ -3,7 +3,7 @@
 $cache = file('../size.txt');
 if(is_array($cache))
 {
-       $cache = 'cache/' . trim($cache[0]);
+       $cache = '' . trim($cache[0]);
        $cache_l = 'cache/cache.html';
        
        if(!is_file($cache) || !is_link($cache_l))
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to