summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index cd404b3..cf6e94c 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,9 @@
<?php
error_reporting(E_ALL);
+global $REV;
+$REV ="$Rev$";
+
include_once("config.php");
include_once("output.php"); /* html output only */
include_once("db.php"); /* database only */