From da8652aaadeb0e2f3a7310f2a5de821bf89cbde6 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 11 Dec 2012 19:03:52 +0100 Subject: [PATCH] G_room_passwdhowto added as GLOBAL var into index_wr_main() --- web/index_wr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index_wr.php b/web/index_wr.php index 310e4f2..56e2579 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -81,7 +81,7 @@ $mlang_indwr = array( 'btn_backtotab' => array( 'it' => 'Torna ai tavoli.', function index_wr_main(&$room, $remote_addr, $get, $post, $cookie) { - GLOBAL $G_shutdown, $G_black_list, $G_lang, $G_room_help, $G_room_about, $mlang_indwr; + GLOBAL $G_shutdown, $G_black_list, $G_lang, $G_room_help, $G_room_about, $G_room_passwdhowto, $mlang_indwr; log_load("index_wr.php"); -- 2.17.1