removed mods directory from the ATutor codebase
[atutor.git] / mods / clean_file_storage / module.php
diff --git a/mods/clean_file_storage/module.php b/mods/clean_file_storage/module.php
deleted file mode 100644 (file)
index 748cab8..0000000
+++ /dev/null
@@ -1,24 +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 Module 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_CLEAN_FILE_STORAGE',       $this->getPrivilege());\r
-define('AT_ADMIN_PRIV_CLEAN_FILE_STORAGE', $this->getAdminPrivilege());\r
-\r
-if (admin_authenticate(AT_ADMIN_PRIV_CLEAN_FILE_STORAGE, TRUE) || admin_authenticate(AT_ADMIN_PRIV_ADMIN, TRUE)) {\r
-       $this->_pages['admin/users.php']['children']  = array('mods/clean_file_storage/index_admin.php');\r
-       $this->_pages['mods/clean_file_storage/index_admin.php']['title_var'] = 'clean_file_storage';\r
-       $this->_pages['mods/clean_file_storage/index_admin.php']['parent'] = 'admin/users.php';\r
-}\r
-\r
-?>
\ No newline at end of file