correct a bug
[brisk.git] / web / briskin5 / index.php
index ef3d0ec..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>
@@ -49,7 +58,6 @@ var area_ptr;
 
 var gst  = new globst();
 gst.st = <?php 
-require_once("../Obj/brisk.phh");
 
 log_load("bin5/index.php");