chat reset in user class
[brisk.git] / web / briskin5 / index.php
index 63dda48..2cd1e54 100644 (file)
@@ -2,7 +2,10 @@
 /*
  *  brisk - table.php
  *
- *  Copyright (C) 2006 matteo.nastasi@milug.org
+ *  Copyright (C) 2006-2008 Matteo Nastasi
+ *                          mailto: nastasi@alternativeoutput.it 
+ *                                  matteo.nastasi@milug.org
+ *                          web: http://www.alternativeoutput.it
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * $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 +61,6 @@ var area_ptr;
 
 var gst  = new globst();
 gst.st = <?php 
-require_once("../Obj/brisk.phh");
 
 log_load("bin5/index.php");