mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 08:34:09 +02:00
Forum quick-reply fix.
This commit is contained in:
@@ -580,11 +580,11 @@ if(isset($pref['lan_global_list']))
|
||||
|
||||
$sql->db_Mark_Time('Start: CHAP challenge');
|
||||
|
||||
|
||||
$die = (e_AJAX_REQUEST == true) ? false : true; // prevent json breakage.
|
||||
e107::getSession()
|
||||
->challenge() // Make sure there is a unique challenge string for CHAP login
|
||||
->check(); // Token protection
|
||||
|
||||
->check($die); // Token protection
|
||||
unset($die);
|
||||
|
||||
//
|
||||
// N: misc setups: online user tracking, cache
|
||||
|
Reference in New Issue
Block a user