slitaz-forge rev 347

graphs.php: insert date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 14 12:08:29 2013 +0100 (2013-03-14)
parents 70511bea2eeb
children 3400ef04250b
files chub/web/graphs.php mirror/info/graphs.php tank/web/graphs.php
line diff
     1.1 --- a/chub/web/graphs.php	Sun Feb 17 13:06:08 2013 +0100
     1.2 +++ b/chub/web/graphs.php	Thu Mar 14 12:08:29 2013 +0100
     1.3 @@ -42,6 +42,7 @@
     1.4  <!-- Content -->
     1.5  <div id="content">
     1.6  
     1.7 +<div align="center"> <?php echo date("r"); ?> </div>
     1.8  <?php
     1.9  
    1.10  $myurl="http://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME'];
     2.1 --- a/mirror/info/graphs.php	Sun Feb 17 13:06:08 2013 +0100
     2.2 +++ b/mirror/info/graphs.php	Thu Mar 14 12:08:29 2013 +0100
     2.3 @@ -77,6 +77,7 @@
     2.4  <!-- Content -->
     2.5  <div id="content">
     2.6  
     2.7 +<div align="center"> <?php echo date("r"); ?> </div>
     2.8  <?php
     2.9  
    2.10  $myurl="http://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME'];
     3.1 --- a/tank/web/graphs.php	Sun Feb 17 13:06:08 2013 +0100
     3.2 +++ b/tank/web/graphs.php	Thu Mar 14 12:08:29 2013 +0100
     3.3 @@ -50,6 +50,7 @@
     3.4  <!-- Content -->
     3.5  <div id="content">
     3.6  
     3.7 +<div align="center"> <?php echo date("r"); ?> </div>
     3.8  <?php
     3.9  
    3.10  $myurl="http://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME'];