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');
|
G::loadClass('system');
|
||||||
$envFile = PATH_CONFIG . 'env.ini';
|
$envFile = PATH_CONFIG . 'env.ini';
|
||||||
|
|
||||||
//writting for new installtions to use the new skin 'uxmind' with new Front End ExtJs Based
|
//writting for new installtions to use the classic skin
|
||||||
$updatedConf['default_skin'] = 'uxmodern';
|
$updatedConf['default_skin'] = 'classic';
|
||||||
$info->uri = '/sys' . $_REQUEST['workspace'] . '/en/uxmodern/main/login';
|
$info->uri = '/sys' . $_REQUEST['workspace'] . '/en/classic/login/login';
|
||||||
|
|
||||||
try {
|
try {
|
||||||
G::update_php_ini($envFile, $updatedConf);
|
G::update_php_ini($envFile, $updatedConf);
|
||||||
|
|||||||
Reference in New Issue
Block a user