removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / tools / cron.d / S16nohup.php
diff --git a/mods/wiki/tools/cron.d/S16nohup.php b/mods/wiki/tools/cron.d/S16nohup.php
deleted file mode 100644 (file)
index 1e28cb5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/*
-   Ensure that execution can't be stopped from this point on, so there is
-   no security risk leaving the whole cron.d/ script collection open to
-   be activated by ANYONE.
-*/
-
-ignore_user_abort(true);
-set_time_limit(+500);   // 6 minutes, should be injected into run-parts loop?!
-
-?>
\ No newline at end of file