projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97cd169
)
fixed the revision number thing ;)
author
arun
<arun@nubati.net>
Sun, 14 Jan 2007 13:48:22 +0000
(13:48 +0000)
committer
arun
<arun>
Sun, 14 Jan 2007 13:48:22 +0000
(13:48 +0000)
index.php
patch
|
blob
|
history
output.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index cf6e94c8a1a12e7d6176f559e707631ef14cecba..f8bb305cf80957fc7e277139724e631539876cb5 100644
(file)
--- 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 911c1842c90f8ef79ff40001cbb40573ba2133b6..d73b9feec9b29e4ac3436c0b43ed24697f424603 100644
(file)
--- 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