mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
predefine a variable to prevent a PHP notice.
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
}
|
||||
$autoload = new auto_loader();
|
||||
|
||||
//define variable(s)
|
||||
$default_login = false; //used in the themes
|
||||
|
||||
//additional includes
|
||||
require_once "resources/php.php";
|
||||
require "resources/pdo.php";
|
||||
|
||||
Reference in New Issue
Block a user