fixed the revision number thing ;)
authorarun <arun@nubati.net>
Sun, 14 Jan 2007 13:48:22 +0000 (13:48 +0000)
committerarun <arun>
Sun, 14 Jan 2007 13:48:22 +0000 (13:48 +0000)
index.php
output.php

index cf6e94c8a1a12e7d6176f559e707631ef14cecba..f8bb305cf80957fc7e277139724e631539876cb5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 error_reporting(E_ALL);
 
 global $REV;
 error_reporting(E_ALL);
 
 global $REV;
-$REV  ="$Rev$";
+$REV  ="\$Rev$";
 
 include_once("config.php");      
 include_once("output.php");      /* html output only */
 
 include_once("config.php");      
 include_once("output.php");      /* html output only */
index 911c1842c90f8ef79ff40001cbb40573ba2133b6..d73b9feec9b29e4ac3436c0b43ed24697f424603 100644 (file)
@@ -268,7 +268,7 @@ function output_header()
 <body onload="high_last();">
 <div class="header">
 <h1> Welcome to E-Doko </h1>
 <body onload="high_last();">
 <div class="header">
 <h1> Welcome to E-Doko </h1>
-<p> Revision: $REV</p>
+<p> Revision: <?php echo "$REV"; ?></p>
 </div>
 
 <?php
 </div>
 
 <?php