Subversion Repositories prepend

Rev

Rev 9 | Rev 12 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 10
Line 4... Line 4...
4
// TODO: return values?
4
// TODO: return values?
5
// TODO: check if we matched all stuff mentioned here: https://www.phpclasses.org/blog/package/9199/post/3-Smoothly-Migrate-your-PHP-Code-using-the-Old-MySQL-extension-to-MySQLi.html
5
// TODO: check if we matched all stuff mentioned here: https://www.phpclasses.org/blog/package/9199/post/3-Smoothly-Migrate-your-PHP-Code-using-the-Old-MySQL-extension-to-MySQLi.html
6
// TODO: translate descriptions to english
6
// TODO: translate descriptions to english
7
 
7
 
8
$xxx_vts_prepend_config = array();
8
$xxx_vts_prepend_config = array();
9
if (file_exists($xxx_vts_prepend_config_file = __DIR__.'/config.local.php')) include $xxx_vts_prepend_config_file;
9
if (file_exists($xxx_vts_prepend_config_file = __DIR__.'/../config.local.php')) include $xxx_vts_prepend_config_file;
10
unset($xxx_vts_prepend_config_file);
10
unset($xxx_vts_prepend_config_file);
11
$xxx_directories_need_mysql = $xxx_vts_prepend_config['directories_need_mysql'];
11
$xxx_directories_need_mysql = $xxx_vts_prepend_config['directories_need_mysql'];
12
unset($xxx_vts_prepend_config);
12
unset($xxx_vts_prepend_config);
13
 
13
 
14
$xxx_go = false;
14
$xxx_go = false;