From: Matteo Nastasi (mop) <nastasi@alternativeoutput.it>
Date: Sat, 19 Apr 2008 15:35:32 +0000 (+0000)
Subject: fix little bug
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=393646d790bb57ad10d9262c8e21f5a01d05525f;p=brisk.git

fix little bug
---

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 = "";