moved code up one level to eliminate the docs subdirectory
[acontent.git] / install / not_installed.php
1 <?php
2 /************************************************************************/
3 /* ACConntent                                                       */
4 /************************************************************************/
5 /* Copyright (c) 2009                                                   */
6 /* Adaptive Technology Resource Centre / University of Toronto          */
7 /*                                                                      */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 define('TR_INCLUDE_PATH', 'include/');
14 error_reporting(E_ALL ^ E_NOTICE);
15
16 require('../include/constants.inc.php');
17
18 $new_version = VERSION;
19
20 header('Cache-Control: no-store, no-cache, must-revalidate');
21 header('Pragma: no-cache');
22
23 require(TR_INCLUDE_PATH.'header.inc.php');
24 ?>
25
26
27 <p>AContent does not appear to be installed. <a href="index.php">Continue on to the installation</a>.</p>
28
29
30 <?php require(TR_INCLUDE_PATH.'footer.inc.php'); ?>