assign('goback',$param); } if (Env::has('referer')) { $act = Env::get('act_rss'); if ($act == 'Activer') { $page->trig("Ton Fil RSS est activé."); $_SESSION['core_rss_hash'] = rand_url_id(16); $globals->xdb->execute('UPDATE auth_user_quick SET core_rss_hash={?} WHERE user_id={?}', Session::get('core_rss_hash'), Session::getInt('uid')); } } if (Session::get('core_rss_hash')) { $page->assign('rsshash','oui'); } $page->run(); // vim:set et sws=4 sw=4 sts=4: ?>