Revision 1844
Added by Luisehahne almost 13 years ago
| comment.php | ||
|---|---|---|
| 18 | 18 |
// Include config file |
| 19 | 19 |
require('../../config.php');
|
| 20 | 20 |
require_once(WB_PATH.'/framework/class.wb.php'); |
| 21 |
$wb = new wb; |
|
| 22 |
|
|
| 21 |
if( !(isset($wb) && is_object($wb)) ) { $wb = new wb(); }
|
|
| 23 | 22 |
// Check if there is a post id |
| 24 | 23 |
// $post_id = $wb->checkIDKEY('post_id', false, 'GET');
|
| 25 | 24 |
|
Also available in: Unified diff
! change return value to boolean in user management delete.php, add.php
! change WEBSITE_SIGNATURE to WBMAIL_SIGNATURE