website diff id/index.php @ rev 1349

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 31 17:11:43 2021 +0000 (2021-01-31)
parents d5b3b2823b74
children
line diff
     1.1 --- a/id/index.php	Thu May 12 11:36:18 2016 +0200
     1.2 +++ b/id/index.php	Sun Jan 31 17:11:43 2021 +0000
     1.3 @@ -65,9 +65,9 @@
     1.4  	</li> -->
     1.5  	        <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)  
     1.6                  <span>- <?php
     1.7 -                $rol_date_file = '/var/cache/slitaz/website/rolling-date.txt';
     1.8 +                $rol_date_file = '../cache/rolling-date.txt';
     1.9                  if (file_exists("$rol_date_file")) {
    1.10 -                        $rol_date = file_get_contents("/var/cache/slitaz/website/rolling-date.txt");
    1.11 +                        $rol_date = file_get_contents("../cache/rolling-date.txt");
    1.12                          print $rol_date;
    1.13                  } ?></span></li>
    1.14