From c3330634c1f6a9287ad23b3580fcfadf34c323a5 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 15 Jun 2005 12:33:08 +0000 Subject: [PATCH] removed old debug trash, i forgot to delete git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@721 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/main.php b/html/main.php index 6e6d4e0ad..c73b24a8f 100644 --- a/html/main.php +++ b/html/main.php @@ -263,8 +263,6 @@ 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)); echo $_SESSION['errors']; -- 2.30.2