changed git call from https to git readonly
[atutor.git] / mods / wiki / tools / cron.d / Z18unlock.php
1 <?php
2 /*
3    Removes the lock set by the S18lock.php script.
4 */
5
6 if (defined("CRON_LOCK")) {
7    echo "[$cron]: removing lock file again\n";
8    unlink(CRON_LOCK);
9 }
10 ?>