move code up one directory
[atutor.git] / install / not_installed.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2010                                              */
6 /* http://atutor.ca                                                     */
7 /* This program is free software. You can redistribute it and/or        */
8 /* modify it under the terms of the GNU General Public License          */
9 /* as published by the Free Software Foundation.                        */
10 /************************************************************************/
11 // $Id$
12
13 define('AT_INCLUDE_PATH', 'include/');
14 error_reporting(E_ALL ^ E_NOTICE);
15
16 require('../include/lib/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(AT_INCLUDE_PATH.'header.php');
24 ?>
25
26
27 <p>ATutor does not appear to be installed. <a href="index.php">Continue on to the installation</a>.</p>
28
29
30 <?php require(AT_INCLUDE_PATH.'footer.php'); ?>