Update app_defaults.php

This commit is contained in:
FusionPBX 2017-01-10 00:01:28 -07:00 committed by GitHub
parent 8880a42a1a
commit fe68eadaf7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
unset($prep_statement);
//rename the file
if (file_exists($xml_dir.'/acl.conf.xml') {
if (file_exists($xml_dir.'/acl.conf.xml')) {
rename($xml_dir.'/acl.conf.xml', $xml_dir.'/acl.conf');
}
}