removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / module.php
diff --git a/mods/wiki/module.php b/mods/wiki/module.php
deleted file mode 100644 (file)
index 4dad176..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php\r
-/*******\r
- * doesn't allow this file to be loaded with a browser.\r
- */\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-\r
-/******\r
- * this file must only be included within a ModuleProxy obj\r
- */\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-/*******\r
- * assign the instructor and admin privileges to the constants.\r
- */\r
-define('AT_PRIV_EWIKI',       $this->getPrivilege());\r
-define('AT_ADMIN_PRIV_EWIKI', $this->getAdminPrivilege());\r
-\r
-/*******\r
- * if this module is to be made available to students on the Home or Main Navigation.\r
- */\r
-$_student_tool = 'mods/wiki/index.php';\r
-\r
-\r
-/*******\r
- * instructor Manage section:\r
- */\r
-$this->_pages['mods/wiki/index.php']['title_var'] = 'wiki';\r
-$this->_pages['mods/wiki/index.php']['parent']   = 'tools/index.php';\r
-$this->_pages['mods/wiki/index.php']['img']       = 'mods/wiki/tlogo.png';\r
-\r
-\r
-?>
\ No newline at end of file