predefine a variable to prevent a PHP notice.

This commit is contained in:
Mark Crane 2014-11-25 00:23:02 +00:00
parent 1fc85bb959
commit c6a4352d2a
1 changed files with 3 additions and 0 deletions

View File

@ -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";