mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix a syntax error the fax settings edit
This commit is contained in:
@@ -32,6 +32,7 @@ if (permission_exists('fax_extension_add') || permission_exists('fax_extension_e
|
||||
else {
|
||||
echo "access denied";
|
||||
exit;
|
||||
}
|
||||
|
||||
//add multi-lingual support
|
||||
require_once "app_languages.php";
|
||||
|
||||
Reference in New Issue
Block a user