removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / tools / cron.d / S01textplainout.php
diff --git a/mods/wiki/tools/cron.d/S01textplainout.php b/mods/wiki/tools/cron.d/S01textplainout.php
deleted file mode 100644 (file)
index f02538b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/*
-   Signalise that we only output plain text here, so you can start up
-   the run-parts.php script with your browser and see what's going on.
-*/
-
-#-- but only if we got run with a direct URL
-if (!$_GET && !$_POST) {
-   header("Content-Type: text/plain");
-   ini_set("html_errors", 0);
-   ob_implicit_flush(1);
-}
-
-?>
\ No newline at end of file