made a copy
[atutor.git] / install / not_installed.php
1 <?php
2 /************************************************************************/
3 /* ATutor                                                                                                                               */
4 /************************************************************************/
5 /* Copyright (c) 2002-2008 by Greg Gay, Joel Kronenberg, Heidi Hazelton */
6 /* http://atutor.ca                                                                                                             */
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 // $Id$
13
14 define('AT_INCLUDE_PATH', 'include/');
15 error_reporting(E_ALL ^ E_NOTICE);
16
17 require('../include/lib/constants.inc.php');
18
19 $new_version = VERSION;
20
21 header('Cache-Control: no-store, no-cache, must-revalidate');
22 header('Pragma: no-cache');
23
24 require(AT_INCLUDE_PATH.'header.php');
25 ?>
26
27
28 <p>ATutor does not appear to be installed. <a href="index.php">Continue on to the installation</a>.</p>
29
30
31 <?php require(AT_INCLUDE_PATH.'footer.php'); ?>