removed mods directory from the ATutor codebase
[atutor.git] / mods / phpmyadmin / module.php
diff --git a/mods/phpmyadmin/module.php b/mods/phpmyadmin/module.php
deleted file mode 100644 (file)
index 7619a8d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-if (!isset($this) || (isset($this) && (strtolower(get_class($this)) != 'module'))) { exit(__FILE__ . ' is not a Module'); }\r
-\r
-/*******\r
- * assign the admin privilege to the constants.\r
- */\r
-define('AT_ADMIN_PRIV_PHPMYADMIN', $this->getAdminPrivilege());\r
-\r
-\r
-/*******\r
- * add the admin pages when needed.\r
- */\r
-if (admin_authenticate(AT_ADMIN_PRIV_PHPMYADMIN, TRUE) || admin_authenticate(AT_ADMIN_PRIV_ADMIN, TRUE)) {\r
-\r
-       $this->_pages[AT_NAV_ADMIN] = array('mods/phpmyadmin/phpmyadmin.php');\r
-       $this->_pages['mods/phpmyadmin/phpmyadmin.php']['parent']    = AT_NAV_ADMIN;\r
-       $this->_pages['mods/phpmyadmin/phpmyadmin.php']['title_var'] = 'phpmyadmin';\r
-}\r
-\r
-?>
\ No newline at end of file