Merge pull request #760 from julceslauhub/master
Change the default skin to classic, after install ProcessMaker
This commit is contained in:
@@ -820,9 +820,9 @@ class Installer extends Controller
|
||||
G::loadClass('system');
|
||||
$envFile = PATH_CONFIG . 'env.ini';
|
||||
|
||||
//writting for new installtions to use the new skin 'uxmind' with new Front End ExtJs Based
|
||||
$updatedConf['default_skin'] = 'uxmodern';
|
||||
$info->uri = '/sys' . $_REQUEST['workspace'] . '/en/uxmodern/main/login';
|
||||
//writting for new installtions to use the classic skin
|
||||
$updatedConf['default_skin'] = 'classic';
|
||||
$info->uri = '/sys' . $_REQUEST['workspace'] . '/en/classic/login/login';
|
||||
|
||||
try {
|
||||
G::update_php_ini($envFile, $updatedConf);
|
||||
|
||||
Reference in New Issue
Block a user