Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* $Id: report.php 3501 2007-11-21 00:42:05Z Tikitiki $
| * $Id: report.php 3596 2008-01-20 08:27:39Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 62 | Zeile 62 |
---|
} elseif($mybb->input['action'] == "do_report" && $mybb->request_method == "post") {
|
} elseif($mybb->input['action'] == "do_report" && $mybb->request_method == "post") {
|
| // Verify incoming POST request verify_post_check($mybb->input['my_post_key']);
|
$plugins->run_hooks("report_do_report_start"); if(!trim($mybb->input['reason'])) {
| $plugins->run_hooks("report_do_report_start"); if(!trim($mybb->input['reason'])) {
|