SVN: security/index.php
shadzik
shadzik at pld-linux.org
Sun Aug 9 22:08:37 CEST 2009
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))
More information about the pld-cvs-commit
mailing list