removed mods directory from the ATutor codebase
[atutor.git] / mods / flowplayer / module.php
diff --git a/mods/flowplayer/module.php b/mods/flowplayer/module.php
deleted file mode 100644 (file)
index a9622ce..0000000
+++ /dev/null
@@ -1,20 +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_ADMIN_PRIV_FLOWPLAYER', $this->getAdminPrivilege());\r
-\r
-global $_custom_head;\r
-$_custom_head .='<script type="text/javascript" src="'.AT_BASE_HREF.'mods/flowplayer/flowplayer-3.1.2.min.js"></script>';\r
-\r
-?>
\ No newline at end of file