Fax Server: Fixed uninitialized variable error.
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
James Rose <james.o.rose@gmail.com>
|
James Rose <james.o.rose@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if (!isset($included)) { $included = false; }
|
||||||
|
|
||||||
if (!$included) {
|
if (!$included) {
|
||||||
|
|
||||||
include "root.php";
|
include "root.php";
|
||||||
|
|||||||
Reference in New Issue
Block a user