mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
added outlook support to the piler gui
This commit is contained in:
@ -261,7 +261,7 @@ if(isset($_SESSION['theme']) && preg_match("/^([a-zA-Z0-9\-\_]+)$/", $_SESSION['
|
||||
|
||||
include("system/helper/detectmobilebrowser.php");
|
||||
|
||||
if(MOBILE_DEVICE == 1) { $config['THEME'] = 'mobile'; }
|
||||
if(MOBILE_DEVICE == 1 || OUTLOOK == 1) { $config['THEME'] = 'mobile'; }
|
||||
|
||||
// make sure auditors are restricted in a saas environment
|
||||
if($config['ENABLE_SAAS'] == 1) { $config['RESTRICTED_AUDITOR'] = 1; }
|
||||
|
Reference in New Issue
Block a user