1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Generic breadcrumb() function added. Removed front-end css styling from admin area.

This commit is contained in:
Cameron
2013-06-22 18:11:10 -07:00
parent 62e06d7a30
commit 279abb0b2b
3 changed files with 39 additions and 2 deletions

View File

@@ -580,7 +580,7 @@ if(isset($pref['lan_global_list']))
$sql->db_Mark_Time('Start: CHAP challenge');
$die = (e_AJAX_REQUEST == true) ? false : true; // prevent json breakage.
$die = (e_AJAX_REQUEST == true) ? false : true;
e107::getSession()
->challenge() // Make sure there is a unique challenge string for CHAP login
->check($die); // Token protection