removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / tools / cron.d / Z18unlock.php
diff --git a/mods/wiki/tools/cron.d/Z18unlock.php b/mods/wiki/tools/cron.d/Z18unlock.php
deleted file mode 100644 (file)
index b9be3e3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-/*
-   Removes the lock set by the S18lock.php script.
-*/
-
-if (defined("CRON_LOCK")) {
-   echo "[$cron]: removing lock file again\n";
-   unlink(CRON_LOCK);
-}
-?>
\ No newline at end of file