added outlook support to the piler gui

This commit is contained in:
SJ
2013-10-17 10:11:17 +02:00
parent a9dff5928e
commit 40a04bc143
5 changed files with 20 additions and 7 deletions

View File

@ -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; }