removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / index_admin.php
diff --git a/mods/atutor_opencaps/index_admin.php b/mods/atutor_opencaps/index_admin.php
deleted file mode 100755 (executable)
index df245e9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php\r
-/****************************************************************/\r
-/* Atutor-OpenCaps Module                                              \r
-/****************************************************************/\r
-/* Copyright (c) 2010                           \r
-/* Written by Antonio Gamba                                            \r
-/* Adaptive Technology Resource Centre / University of Toronto\r
-/*\r
-/* This program is free software. You can redistribute it and/or\r
-/* modify it under the terms of the GNU General Public License\r
-/* as published by the Free Software Foundation.\r
-/****************************************************************/\r
-\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-admin_authenticate(AT_ADMIN_PRIV_OPEN_CAPS);\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-\r
-<p>Please login as an instructor to access this module</p>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>\r
-\r