mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fax Server: Fixed uninitialized variable error.
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
*/
|
||||
|
||||
if (!isset($included)) { $included = false; }
|
||||
|
||||
if (!$included) {
|
||||
|
||||
include "root.php";
|
||||
|
||||
Reference in New Issue
Block a user