remove old readme
[atutor.git] / users / search.php
1 <?php
2 exit('no longer used');
3 /************************************************************************/
4 /* ATutor                                                                                                                       */
5 /************************************************************************/
6 /* Copyright (c) 2002-2010                                              */
7 /* Inclusive Design Institute                                           */
8 /* http://atutor.ca                                                                                                     */
9 /*                                                                      */
10 /* This program is free software. You can redistribute it and/or        */
11 /* modify it under the terms of the GNU General Public License          */
12 /* as published by the Free Software Foundation.                                        */
13 /************************************************************************/
14 // $Id$
15
16 $_user_location = 'users';
17
18 define('AT_INCLUDE_PATH', '../include/');
19 require(AT_INCLUDE_PATH.'vitals.inc.php');
20
21 require(AT_INCLUDE_PATH.'lib/search.inc.php');
22
23 require(AT_INCLUDE_PATH.'header.inc.php');
24
25 require(AT_INCLUDE_PATH.'html/search.inc.php');
26
27 require(AT_INCLUDE_PATH.'footer.inc.php');
28 ?>