User class moved into new file and added all methods needed to run stream
[brisk.git] / web / briskin5 / index.php
index 20f7662..b646609 100644 (file)
@@ -43,10 +43,10 @@ $mlang_bin5_index = array( 'aucwin' => array( 'it' => 'Hai vinto l\'asta.<br> Sc
 
 // Use of proxies isn't allowed.
 if (is_proxy()) {
-  exit;
+    return (FALSE);
 }
 
-header('Content-type: text/html; charset="utf-8"',true);
+// header('Content-type: text/html; charset="utf-8"',true);
 ?>
 <html>
 <head>