Revision 231
Added by ryan almost 20 years ago
| er_levels.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: er_levels.php,v 1.1.1.1 2005/01/30 10:30:21 rdjurovich Exp $
|
|
| 3 |
// $Id$ |
|
| 4 | 4 |
|
| 5 | 5 |
/* |
| 6 | 6 |
|
| ... | ... | |
| 32 | 32 |
|
| 33 | 33 |
*/ |
| 34 | 34 |
|
| 35 |
if(!defined('WB_URL')) {
|
|
| 36 |
header('Location: ../index.php');
|
|
| 37 |
} |
|
| 38 |
|
|
| 35 | 39 |
// Define that this file is loaded |
| 36 | 40 |
if(!defined('ERROR_REPORTING_LEVELS_LOADED')) {
|
| 37 | 41 |
define('ERROR_REPORTING_LEVELS_LOADED', true);
|
Also available in: Unified diff
Added direct-access redirection on some files (see ticket #37)