mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Added Bootstrap tabs to admin->administrator page and styled to match jquery-ui tabs.
This commit is contained in:
@@ -50,6 +50,17 @@ if (e_QUERY)
|
||||
unset($tmp);
|
||||
}
|
||||
|
||||
if(deftrue('e_DEMOMODE') && varset($_POST['update_admin']))
|
||||
{
|
||||
|
||||
$mes = e107::getMessage();
|
||||
$ns = e107::getRender();
|
||||
$mes->addWarning(LAN_DEMO_FORBIDDEN);
|
||||
$ns->tablerender("Forbidden",$mes->render());
|
||||
require_once("footer.php");
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
if (isset($_POST['update_admin'])) // Permissions updated
|
||||
{
|
||||
|
Reference in New Issue
Block a user