mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Removed quotes
The quotes are optional and looks a little nicer so they have been removed.
This commit is contained in:
@@ -131,7 +131,7 @@ if (!class_exists('install')) {
|
||||
$conf .= "xml_handler.number_as_presence_id = true\n";
|
||||
$conf .= "\n";
|
||||
$conf .= "#error reporting options: user,dev,all\n";
|
||||
$conf .= "error.reporting = 'user'\n";
|
||||
$conf .= "error.reporting = user\n";
|
||||
|
||||
//write the config file
|
||||
$file_handle = fopen($config_file,"w");
|
||||
|
||||
Reference in New Issue
Block a user