Ticket #300: system_path.patch
File system_path.patch, 0.6 KB (added by andy.schmitz@…, 15 years ago) |
---|
-
common.php
46 46 * Include PHP initialization file file 47 47 */ 48 48 require_once ('init_php.php'); 49 /**50 * Include path detection code51 */52 require_once ('path_defines_base.php');53 49 54 50 /** 55 51 * Include configuration file … … 76 72 require_once ($config_path); 77 73 } 78 74 cmnRequireConfig(); 75 79 76 /** 77 * Include path detection code 78 */ 79 require_once ('path_defines_base.php'); 80 81 /** 80 82 * Load required classes 81 83 */ 82 84 require_once ('classes/AbstractDb.php');