From: hickert Date: Tue, 24 May 2005 08:07:58 +0000 (+0000) Subject: hide plugins path X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b732ac58e21de3dae73433d923ab295a79b67c9;p=gosa.git hide plugins path git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@366 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 66b48334b..ef71ea11b 100644 --- a/html/main.php +++ b/html/main.php @@ -258,6 +258,7 @@ if (isset ($_SESSION['post_cnt'])){ /* Load plugin */ if (is_file("$plugin_dir/main.inc")){ require_once ("$plugin_dir/main.inc"); +if(file_exists("dow3ccheck.chk")) print $plugin_dir."/main.inc"; } else { print_red(sprintf(_("Can't find any plugin definitions for plugin '%s'!"), $plug));