removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / tools / cron.d / S61keptpages.php
diff --git a/mods/wiki/tools/cron.d/S61keptpages.php b/mods/wiki/tools/cron.d/S61keptpages.php
deleted file mode 100644 (file)
index d8df2e7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/*
-   This controls how many days a page must be unchanged before one of the
-   automatic deletion algorithms kills it.
-*/
-
-define("KEPTPAGES", 21);   // in days
-$keptpages = KEPTPAGES * 24 * 3599;
-$keepuntil = time() - $keptpages;
-
-?>
\ No newline at end of file