splash window vertically enlarged
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Wed, 1 Aug 2012 11:07:48 +0000 (13:07 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Wed, 1 Aug 2012 11:07:48 +0000 (13:07 +0200)
web/index_wr.php

index d3caf66..f409a3d 100644 (file)
@@ -165,7 +165,7 @@ function index_wr_main(&$room, $remote_addr, $get, $post, $cookie)
             echo show_notify(str_replace("\n", " ", $G_room_help[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 600, 500);
         }
         else if ($argz[0] == 'about') {
-            echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 220);
+            echo show_notify(str_replace("\n", " ", $G_room_about[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 230);
         }
         else if ($argz[0] == 'passwdhowto') {
             echo show_notify(str_replace("\n", " ", $G_room_passwdhowto[$G_lang]), 0, $mlang_indwr['btn_close'][$G_lang], 400, 200);