removed mods directory from the ATutor codebase
[atutor.git] / mods / phpdoc2 / index_admin.php
diff --git a/mods/phpdoc2/index_admin.php b/mods/phpdoc2/index_admin.php
deleted file mode 100644 (file)
index ca1bd80..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-admin_authenticate(AT_ADMIN_PRIV_PHPDOC);\r
-include ('include/classes/phpdoc2_images.class.php');\r
-$_custom_css = $_base_path . 'mods/phpdoc2/module.css'; // use a custom stylesheet\r
-$image_dir = 'PhpDocumentor/media/images/';\r
-\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-\r
-<div id="phpdoc2_installer">\r
-<p class="message">This utility will generate API documentation for ATutor. First click on Generate API Documentation below, then click on View API to open a framed display of the API documentation.</p>\r
-<p>\r
-| <a href="mods/phpdoc2/api_install.php">Generate API Documentation</a> |\r
-<a href="mods/phpdoc2/apidoc" target="atutor_api">View API</a> |\r
-</p>\r
-</div>\r
-\r
-<div id="phpdoc2_installer">\r
-<h3><?php echo _AT('Legend'); ?></h3><br/>\r
-<?php\r
-$imageTableObj = new Phpdoc_images();\r
-echo $imageTableObj->printImageTable($_base_path . 'mods/phpdoc2/PhpDocumentor/media/images/earthli/');\r
-?>\r
-<div class="license"><p>This feature is provided by <a href="http://www.phpdoc.org/">phpDocumentor 1.4.1</a></p></div>\r
-</div>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file