Removed quotes

The quotes are optional and looks a little nicer so they have been removed.
This commit is contained in:
FusionPBX 2023-04-26 11:46:53 -06:00 committed by GitHub
parent 2973ca1e4d
commit 4433737c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ if (!class_exists('install')) {
$conf .= "xml_handler.number_as_presence_id = true\n"; $conf .= "xml_handler.number_as_presence_id = true\n";
$conf .= "\n"; $conf .= "\n";
$conf .= "#error reporting options: user,dev,all\n"; $conf .= "#error reporting options: user,dev,all\n";
$conf .= "error.reporting = 'user'\n"; $conf .= "error.reporting = user\n";
//write the config file //write the config file
$file_handle = fopen($config_file,"w"); $file_handle = fopen($config_file,"w");