removed mods directory from the ATutor codebase
[atutor.git] / mods / clean_file_storage / index.php
diff --git a/mods/clean_file_storage/index.php b/mods/clean_file_storage/index.php
deleted file mode 100644 (file)
index 111bd83..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-$_custom_css = $_base_path . 'mods/hello_world/module.css'; // use a custom stylesheet\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-\r
-<div id="helloworld">\r
-       Hello Student!! :)\r
-</div>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file