aborted function removed
[brisk.git] / web / index_wr.php
index 9db78fc..e2f67ea 100644 (file)
@@ -93,7 +93,7 @@ function index_wr_main(&$room, $remote_addr_full, $get, $post, $cookie)
     if (($sess = gpcs_var('sess', $get, $post, $cookie)) === FALSE)
         $sess = "";
 
-    
+
     if (DEBUGGING == "local" && $remote_addr != '127.0.0.1') {
         echo "Debugging time!";
         return (FALSE);
@@ -184,7 +184,9 @@ function index_wr_main(&$room, $remote_addr_full, $get, $post, $cookie)
         else if ($argz[0] == 'whysupport') {
             echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lng], 400, 200);
         }
-        
+        else if ($argz[0] == 'prefs') {
+            fprintf(STDERR, "\n\n PREFS \n\n");
+        }
         else { 
             log_wr("Get User Error");
             echo "Get User Error:" + $argz[0];