Revision 1262
Added by Luisehahne almost 16 years ago
| search.php | ||
|---|---|---|
| 31 | 31 |
* |
| 32 | 32 |
* @category frontend |
| 33 | 33 |
* @package search |
| 34 |
* @author Ryan Djurovich |
|
| 35 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 34 | 37 |
* @filesource $HeadURL$ |
| 35 | 38 |
* @author Ryan Djurovich |
| 36 | 39 |
* @copyright 2004-2009, Ryan Djurovich |
| ... | ... | |
| 43 | 46 |
* @version $Id$ |
| 44 | 47 |
* @platform WebsiteBaker 2.8.x |
| 45 | 48 |
* @requirements PHP 4.3.4 and higher |
| 46 |
* @lastmodified $Date: $
|
|
| 49 |
* @lastmodified $Date$ |
|
| 47 | 50 |
* |
| 48 | 51 |
*/ |
| 49 | 52 |
|
| 50 |
if(!defined('WB_URL')) {
|
|
| 53 |
if(!defined('WB_URL')) {
|
|
| 51 | 54 |
header('Location: index.php');
|
| 52 | 55 |
exit(0); |
| 53 | 56 |
} |
| 54 | 57 | |
Also available in: Unified diff
Beginning header information update