summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec657ff)
raw | patch | inline | side by side (parent: ec657ff)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 12:33:08 +0000 (12:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 15 Jun 2005 12:33:08 +0000 (12:33 +0000) |
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 6e6d4e0ad4fcff4ecf14c7b416f14b6f34a22b5b..c73b24a8f39cc44f7f30cc39d091f35db7f4b008 100644 (file)
--- a/html/main.php
+++ b/html/main.php
/* 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'];