From 393646d790bb57ad10d9262c8e21f5a01d05525f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 19 Apr 2008 15:35:32 +0000 Subject: [PATCH] fix little bug --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index baba03e..708af83 100644 --- a/web/index.php +++ b/web/index.php @@ -41,7 +41,7 @@ log_load("index.php"); function main() { - GLOBAL $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; + GLOBAL $G_is_local, $sess, $name, $table_idx, $table_token, $BRISK_SHOWHTML, $BRISK_DEBUG, $_SERVER; $body = ""; $tables = ""; -- 2.17.1