summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
-rw-r--r--output.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index cf6e94c..f8bb305 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
error_reporting(E_ALL);
global $REV;
-$REV ="$Rev$";
+$REV ="\$Rev$";
include_once("config.php");
include_once("output.php"); /* html output only */
diff --git a/output.php b/output.php
index 911c184..d73b9fe 100644
--- a/output.php
+++ b/output.php
@@ -268,7 +268,7 @@ function output_header()
<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