X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;fp=web%2Findex_wr.php;h=61bd7b6d182d2bab98f3b049dab77ddb87f3225b;hb=ea90fe3a8a0952838a454d3613952597b1e58959;hp=f206b907243e7fc308ae9cada24bf27fa6670381;hpb=1a1f50c83244ae2808cc9126296c8918bd0516a4;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index f206b90..61bd7b6 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -74,21 +74,21 @@ $mlang_indwr = array( 'btn_backtotab' => array( 'it' => 'Torna ai tavoli.', 'Ciao, sono l\' amministratore del sito di Brisk. L\' utente \'%s\' ha garantito per te -con accesso \'%s\' e password \'%s\', -vai al link: %s/mailmgr.php?id=%s +con accesso \'%s\' e password \'%s\', +vai al link: %s/mailmgr.php?id=%s per confermare il tuo indirizzo di posta elettronica. Una volta verificato ti sarà possibile accedere al sito. Saluti e buone partite, mop.', - 'en' => 'EN mtext %s %s %s'), + 'en' => 'EN mtext %s %s %s'), 'nu_mhtml' => array( 'it' => 'Ciao, sono l\' amministratore del sito di Brisk.

L\' utente \'%s\' ha garantito per te
con accesso \'%s\' e password \'%s\'
clicca qui per confermare il tuo indirizzo di posta elettronica.

Una volta verificato ti sarà possibile accedere al sito.

Saluti e buone partite, mop.
', - 'en' => 'EN mhtml %s %s %s %s'), + 'en' => 'EN mhtml %s %s %s %s'), 'nu_gtext' => array( 'it' => 'Ciao %s, sono l\' amministratore del sito di Brisk. @@ -102,7 +102,7 @@ verrà sospeso anche il tuo accesso. Grazie dell\' impegno, mop.', 'en' => ''), - 'nu_ghtml' => array( 'it' => + 'nu_ghtml' => array( 'it' => 'Ciao %s, sono l\' amministratore del sito di Brisk.

Ti volevo avvisare che ho attivato i login di \'%s\' che hai garantito.

@@ -344,12 +344,12 @@ function index_wr_main(&$brisk, $remote_addr_full, $get, $post, $cookie) } // insert the new user disabled with reason NU_MAILED if (($usr_obj = $bdb->user_add($cli_name, $the_pass, $cli_email, - USER_FLAG_TY_DISABLE, + USER_FLAG_TY_DISABLE, USER_DIS_REA_NU_TOBECHK, $user->code)) == FALSE) { fprintf(STDERR, "user_add FAILED\n"); break; } - + $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; /* MLANG: "
Il nominativo è stato inoltrato all\'amministratore.

Nell\'arco di pochi giorni vi verrà

notificata l\'avvenuta registrazione." */ $user->comm[$user->step % COMM_N] .= show_notify($mlang_indwr['warrrepl'][$G_lang], 0, $mlang_indwr['btn_close'][$G_lang], 400, 150);