config.inc.php moved to top as it was causing issue with modules
This commit is contained in:
parent
43f67b841f
commit
056fbc75a0
1 changed files with 2 additions and 1 deletions
|
@ -7,11 +7,12 @@
|
||||||
****************************************************************
|
****************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
require 'includes/config.inc.php';
|
||||||
|
|
||||||
define("IN_MODULE",true);
|
define("IN_MODULE",true);
|
||||||
define("PARENT_PAGE",$_GET['s']);
|
define("PARENT_PAGE",$_GET['s']);
|
||||||
define("THIS_PAGE",$_GET['p']);
|
define("THIS_PAGE",$_GET['p']);
|
||||||
|
|
||||||
require 'includes/config.inc.php';
|
|
||||||
|
|
||||||
$pages->page_redir();
|
$pages->page_redir();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue