2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed issue: lp:1702874 DEFAULT_LOCALE not defined on admin

This commit is contained in:
Adam Zammit
2017-07-10 08:19:36 +10:00
parent 67e5e61545
commit b46aa25ead

View File

@@ -28,16 +28,16 @@
* @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2
*/
/**
* Language file
*/
include ("../lang.inc.php");
/**
* Config file
*/
include ("../config.inc.php");
/**
* Language file
*/
include ("../lang.inc.php");
/**
* Authentication file
*/