diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |