Fix order of includes to avoid error

This commit is contained in:
Adam Zammit
2015-08-24 15:23:11 +10:00
parent 6be4a2d1c9
commit 8a139b9b07
+5 -5
View File
@@ -34,16 +34,16 @@
*/ */
include ("../config.inc.php"); include ("../config.inc.php");
/**
* Authentication file
*/
include ("auth-admin.php");
/** /**
* Database file * Database file
*/ */
include ("../db.inc.php"); include ("../db.inc.php");
/**
* Authentication file
*/
include ("auth-admin.php");
/** /**
* XHTML functions * XHTML functions
*/ */