Code

Added dependency to libnet-pcap-perl.
[gosa.git] / gosa-core / html / setup.php
index e18c99a349bef5afc242aee6894eeb1b1f4ff1f8..77454483a136098816abe55d9170efefd668fc5b 100644 (file)
@@ -104,7 +104,7 @@ $GLOBALS['t_gettext_message_dir'] = $BASE_DIR.'/locale/';
 
 /* Set the text domain as 'messages' */
 $domain = 'messages';
-bindtextdomain($domain, "$BASE_DIR/locale");
+bindtextdomain($domain, LOCALE_DIR);
 textdomain($domain);
 
 
@@ -112,9 +112,6 @@ textdomain($domain);
 $display = "";
 require_once("../setup/main.inc");
 
-/* Print_out last ErrorMessage repeated string. */
-print_red(NULL);
-
 $smarty->assign("date", date("l, dS F Y H:i:s O"));
 $header= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('setup_headers.tpl'));