From 3d34ca8edecef00bfed174c8510d722a05bd867f Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 19 Jun 2002 13:11:38 +0000 Subject: [PATCH] tested something... --- config.inc.php3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.inc.php3 b/config.inc.php3 index 5fe1c69ff..26e6a0344 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -428,4 +428,9 @@ set_magic_quotes_runtime(0); */ error_reporting($old_error_rep); unset($old_error_rep); + +/** + * File Revision - do not change either! + */ +$cfg['FileRevision'] = '$Revision$'; ?>