predefine a variable to prevent a PHP notice.
This commit is contained in:
parent
1fc85bb959
commit
c6a4352d2a
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue