SAAS-69: Support Settings: Change/hide some sections for SaaS
- Some sections are hidden when saas is enabeld as described in the ticket.
This commit is contained in:
parent
00f37296e8
commit
a723430462
6 changed files with 78 additions and 60 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__."/configs/navigation.php";
|
||||
require_once __DIR__."/configs/ACL.php";
|
||||
|
||||
require_once 'propel/runtime/lib/Propel.php';
|
||||
|
@ -24,6 +23,8 @@ if (PEAR::isError($CC_DBC)) {
|
|||
}
|
||||
$CC_DBC->setFetchMode(DB_FETCHMODE_ASSOC);
|
||||
|
||||
require_once __DIR__."/configs/navigation.php";
|
||||
|
||||
//DateTime in PHP 5.3.0+ need a default timezone set.
|
||||
date_default_timezone_set(Application_Model_Preference::GetTimezone());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue