require is a statement and not a function

This commit is contained in:
BNoiZe
2013-11-18 14:49:49 +01:00
parent 7c9d5ef8dc
commit fa027863a2

View File

@@ -19,7 +19,7 @@ define('AREA', 'login');
/** /**
* Include our init.php, which manages Sessions, Language etc. * Include our init.php, which manages Sessions, Language etc.
*/ */
require ('./lib/init.php'); require './lib/init.php';
// Configuration // Configuration
// Server to connect to: // Server to connect to: