removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / tools / cron.d / S01env.php
diff --git a/mods/wiki/tools/cron.d/S01env.php b/mods/wiki/tools/cron.d/S01env.php
deleted file mode 100644 (file)
index de78332..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/*
-   This script ensures that we have all required $ewiki_ vars available,
-   regardless if we were run in global scopre or not.
-*/
-
-global $ewiki_config;
-global $ewiki_plugins;
-global $_EWIKI;
-global $ewiki_id, $ewiki_action, $ewiki_data, $ewiki_links;
-global $ewiki_errmsg, $ewiki_t;
-global $ewiki_author, $ewiki_auth_user, $ewiki_ring;
-
-
-?>
\ No newline at end of file