Revision 944
Added by Matthias almost 16 years ago
delete.php | ||
---|---|---|
31 | 31 |
// Include the WB functions file |
32 | 32 |
require_once(WB_PATH.'/framework/functions.php'); |
33 | 33 |
|
34 |
// Include the stripped-down header file |
|
35 |
require('basic_header.html'); |
|
36 |
|
|
37 | 34 |
// Get the current dir |
38 | 35 |
$directory = $admin->get_get('dir'); |
39 | 36 |
if($directory == '/') { |
Also available in: Unified diff
added skinable Admin Interface