mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
WhitespaceClean-app/batch_1
whitespace pass over files for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
/**
|
||||
* scripts class provides methods for creating the config.lua and copying switch scripts
|
||||
*
|
||||
*
|
||||
* @method string correct_path
|
||||
* @method string copy_files
|
||||
* @method string write_config
|
||||
@@ -110,7 +110,7 @@ class scripts {
|
||||
global $db_path;
|
||||
global $db_username;
|
||||
global $db_password;
|
||||
|
||||
|
||||
//replace the backslash with a forward slash
|
||||
$db_path = str_replace("\\", "/", $db_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user