Revision 18
Added by stefan about 20 years ago
| class.admin.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 | 2 |
|
| 3 |
// $Id: class.admin.php,v 1.13 2005/06/23 01:10:46 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 |
} |
|
| 35 | 38 |
|
| 36 | 39 |
|
| 37 | 40 |
require_once(WB_PATH.'/framework/class.wb.php'); |
Also available in: Unified diff
Added direct access redirection in framework files.