git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4341
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* $Id$
*/
-require_once( '../functions/constants.php' );
+require_once( SM_PATH . 'functions/constants.php' );
/* Define constants for the various option types. */
define('SMOPT_TYPE_UNDEFINED', -1);
$newcfg[$key] = '';
}
-$cfgfile = '../config/config.php';
-parseConfig( '../config/config_default.php' );
+$cfgfile = SM_PATH . 'config/config.php';
+parseConfig( SM_PATH . 'config/config_default.php' );
parseConfig( $cfgfile );
$colapse = array( 'Titles' => 'off',