From f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Wed, 25 May 2011 19:11:40 -0400 Subject: [PATCH] the altertable for the groups --- interface/web/admin/language_import.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/language_import.php b/interface/web/admin/language_import.php index 10c128e..0ca1111 100644 --- a/interface/web/admin/language_import.php +++ b/interface/web/admin/language_import.php @@ -35,6 +35,7 @@ //* This is only allowed for administrators if(!$app->auth->is_admin()) die('only allowed for administrators.'); +if($conf['demo_mode'] == true) $app->error('This function is disabled in demo mode.'); $app->uses('tpl'); -- Gitblit v1.9.1