removed proxy check from _wr and _rd
[brisk.git] / web / briskin5 / index.php
index 63dda48..1e2b39f 100644 (file)
  * $Id$
  *
  */
+
+require_once("../Obj/brisk.phh");
+require_once("../Obj/proxyscan.phh");
+
+// Use of proxies isn't allowed.
+if (is_proxy()) {
+  exit;
+}
+
 ?>
 <html>
 <head>
-<title>Brisk - Tavolo</title>
-<link rel="shortcut icon" href="img/brisk_ico.png">
+<title>Brisk - Tavolo <?php echo "$table_idx";?></title>
+<link rel="shortcut icon" href="../img/brisk_ico.png">
 <script type="text/javascript" src="../dnd.js"></script>
 <script type="text/javascript" src="../dom-drag.js"></script>
 <script type="text/javascript" src="../commons.js"></script> 
@@ -49,7 +58,6 @@ var area_ptr;
 
 var gst  = new globst();
 gst.st = <?php 
-require_once("../Obj/brisk.phh");
 
 log_load("bin5/index.php");