From 79286a56e0eecd6b0d510fbb815771b7f2691496 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 8 Aug 2010 09:13:07 +0000 Subject: [PATCH] Can we please turn off the important dates for a logged in user. It gets in the way of everything. Disabling for now. --- common.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.inc.php b/common.inc.php index 5696f59..623c57f 100644 --- a/common.inc.php +++ b/common.inc.php @@ -414,12 +414,14 @@ if(is_array($_SESSION['roles'])) { admin_warnings(); } +/* if(substr(getcwd(),-6)!="/admin" && substr(getcwd(),-7)!="/config" && substr(getcwd(),-6)!="/super") { ?>
";