1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 09:32:17 +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;
}
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE);
$e_sub_cat = 'failed_login';
require_once("auth.php");