X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=9c20af1f3a87874f0cac641953ab63846e08510c;hb=refs%2Fheads%2Ffdpass2-pool;hp=68e041883b798d334a22bb42f878a3c67d3f5026;hpb=db5d6355c39327ba7f8052f360f1e846ba4ad01c;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 68e0418..9c20af1 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -153,10 +153,10 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "5.5.0"; +$G_brisk_version = "5.6.0"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': uscita più veloce dal sito.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': dati dai client via web-socket.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), 'en' => array ( 'EN Brisk (Ver. '.$G_brisk_version.'), NOVITA\': puoi creare la tua rete di amicizie con /info,', 'vedere cosa pensano i tuoi amici degli altri utenti e tavoli riservati per registrati e apprendisti.', @@ -2451,6 +2451,14 @@ class Brisk } else { $login_exists = $bdb->login_exists(strtolower($name_new)); +/* +TO ENABLE USER-LOGIN ONLY +- $login_exists = $bdb->login_exists(strtolower($name_new)); ++ // $login_exists = $bdb->login_exists(strtolower($name_new)); ++ // Force access with login and password ++ $idx = -3; ++ return (FALSE); +*/ } } else {