Code

removed old debug trash, i forgot to delete
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Jun 2005 12:33:08 +0000 (12:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 15 Jun 2005 12:33:08 +0000 (12:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@721 594d385d-05f5-0310-b6e9-bd551577e9d8

html/main.php

index 6e6d4e0ad4fcff4ecf14c7b416f14b6f34a22b5b..c73b24a8f39cc44f7f30cc39d091f35db7f4b008 100644 (file)
@@ -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'];