changed git call from https to git readonly
[atutor.git] / mods / phpdoc / index_admin.php
1 <?php\r
2 define('AT_INCLUDE_PATH', '../../include/');\r
3 require (AT_INCLUDE_PATH.'vitals.inc.php');\r
4 admin_authenticate(AT_ADMIN_PRIV_PHPDOC);\r
5 require (AT_INCLUDE_PATH.'header.inc.php');\r
6 ?>\r
7 \r
8 <p style="border:thin black solid;padding:1em; width:75%;">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
9 <p>\r
10 | <a href="mods/phpdoc/PHPDoc/index.php">Generate API Documentation</a> |\r
11 <a href="mods/phpdoc/PHPDoc/apidoc/keep/index2.html" target="_new">View API</a> |\r
12 </p>\r
13 \r
14 <?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>