diff --git a/lam/templates/config/confmain.php b/lam/templates/config/confmain.php index ca845a6a..6fb33df3 100644 --- a/lam/templates/config/confmain.php +++ b/lam/templates/config/confmain.php @@ -24,6 +24,8 @@ $Id$ */ +include_once ("../../lib/config.inc"); + // start session session_save_path("../../sess"); session_start(); @@ -211,15 +213,14 @@ echo ("

". // maximum list entries echo ("

". _("Maximum displayed entries") . ":

". - "\n"); + "\n"); // maximum list entries description echo ("

". _("This is the maximum count of entries which are displayed on one page of the user/host/group lists."). @@ -252,7 +253,8 @@ if(is_file($languagefile)) echo (""); }