[ PHPXref.com ] [ Generated: Sun Jul 20 16:32:03 2008 ] [ ATutor 1.5.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> 404.php (source)

   1  <?php
   2  /****************************************************************/
   3  /* ATutor                                                        */
   4  /****************************************************************/
   5  /* Copyright (c) 2002-2006 by Greg Gay & Joel Kronenberg        */
   6  /* Adaptive Technology Resource Centre / University of Toronto  */
   7  /* http://atutor.ca                                                */
   8  /*                                                              */
   9  /* This program is free software. You can redistribute it and/or*/
  10  /* modify it under the terms of the GNU General Public License  */
  11  /* as published by the Free Software Foundation.                */
  12  /****************************************************************/
  13  // $Id: 404.php 5866 2005-12-15 16:16:03Z joel $
  14  
  15  define('AT_INCLUDE_PATH', 'include/');
  16  require (AT_INCLUDE_PATH.'vitals.inc.php');
  17  require (AT_INCLUDE_PATH.'header.inc.php');
  18  
  19  $_info = array('404_BLURB', $_SERVER['REQUEST_URI']);
  20  $msg->printInfos($_info);
  21  
  22  $msg->printAll();
  23  
  24  require (AT_INCLUDE_PATH.'footer.inc.php'); 
  25  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]