Revision 37
Added by stefan about 20 years ago
| index.php | ||
|---|---|---|
| 24 | 24 |
require('../../config.php');
|
| 25 | 25 |
require_once(WB_PATH.'/framework/class.admin.php'); |
| 26 | 26 |
$admin = new admin('Pages', 'pages');
|
| 27 |
echo "hier: ".get_magic_quotes_gpc(); |
|
| 28 | 27 |
// Include the WB functions file |
| 29 | 28 |
require_once(WB_PATH.'/framework/functions.php'); |
| 30 | 29 |
|
Also available in: Unified diff
Removed debugging line...