Index: branches/5.2.x/core/kernel/startup.php =================================================================== diff -u -N -r14560 -r14585 --- branches/5.2.x/core/kernel/startup.php (.../startup.php) (revision 14560) +++ branches/5.2.x/core/kernel/startup.php (.../startup.php) (revision 14585) @@ -1,6 +1,6 @@ '; echo 'Please use the installation script to fix the problem.

'; @@ -80,6 +86,10 @@ define('WRITEBALE_BASE', $vars['WriteablePath']); } + if ( isset($vars['RestrictedPath']) ) { + define('RESTRICTED', FULL_PATH . $vars['RestrictedPath']); + } + define('SQL_TYPE', $vars['DBType']); define('SQL_SERVER', $vars['DBHost']); define('SQL_USER', $vars['DBUser']);