X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Findex_wr.php;h=b0c9ac025aff849d0dabf97195f88fcc58971ee4;hp=b7d633986b9770b052629f5c4d2934d0896bbd62;hb=2a36c945e6c9107f400dfb24d57c682f1c7f49e2;hpb=f3da8c18e6ec1b5ad948c325141806f1228c0677 diff --git a/web/index_wr.php b/web/index_wr.php index b7d6339..b0c9ac0 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -593,7 +593,7 @@ function index_wr_main(&$brisk, $remote_addr_full, $get, $post, $cookie) $dobreak = FALSE; do { log_wr("INFO:SKIP:argz == poll name: [".$cli_poll_name."] AUTH: ".$user->is_auth()); - if ( ! $user->is_auth() ) { + if ( ! $user->is_auth() || $user->is_appr() ) { // MLANG: Per partecipare al sondaggio devi essere autenticato. $mesg_to_user = nickserv_msg($dt, $mlang_indwr['pollmust'][$G_lang]); log_wr("break1");