removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / mpi / mpi_honeypot.php
diff --git a/mods/wiki/plugins/mpi/mpi_honeypot.php b/mods/wiki/plugins/mpi/mpi_honeypot.php
deleted file mode 100644 (file)
index e4e1f58..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/*
-   put this onto your "BannedLinks" page:
-   <?plugin HoneyPot ?>
-*/
-
-$ewiki_plugins["mpi"]["honeypot"] = "ewiki_mpi_honeypot";
-
-function ewiki_mpi_honeypot($action, $args, &$iii, &$s) {
-
-   global $ewiki_data, $ewiki_config;
-
-   $ewiki_config["@"] = 1;
-   $ewiki_config["feedbots_badguys"] = "@" . str_replace("\n", ",@", trim($ewiki_data["refs"]));
-   return ewiki_email_protect_feedbots(20);
-}
-
-
-?>
\ No newline at end of file