1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-11 21:50:59 +02:00

include admin language file to properly display flalan terms

This commit is contained in:
nlstart
2010-12-27 17:08:44 +00:00
parent 528325aafd
commit c1c968bbd2

View File

@ -21,6 +21,7 @@ if (!getperms("4"))
exit; exit;
} }
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'failed_login'; $e_sub_cat = 'failed_login';
require_once("auth.php"); require_once("auth.php");