moved config_lua responsibility to install_switch

This commit is contained in:
Matthew Vale
2015-12-01 15:13:33 +00:00
parent 750b6a0c6d
commit bbcc8b5fa7
3 changed files with 150 additions and 178 deletions

View File

@@ -606,6 +606,12 @@
return str_replace(array('/','\\'), '/', $path);
}
}
if ( !function_exists('normalize_path_to_os')) {
function normalize_path_to_os($path) {
return str_replace(array('/','\\'), DIRECTORY_SEPARATOR, $path);
}
}
if (!function_exists('username_exists')) {
function username_exists($username) {