diff --git a/admin/index.php b/admin/index.php index 38b670df..9e59a198 100644 --- a/admin/index.php +++ b/admin/index.php @@ -28,15 +28,15 @@ * @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