Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: report.php 2747 2007-02-10 09:35:57Z Tikitiki $
| * $Id: report.php 3030 2007-04-26 00:19:47Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 34 | Zeile 34 |
---|
$error = $lang->error_invalidpost; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
$error = $lang->error_invalidpost; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
| exit;
|
}
| }
|
Zeile 43 | Zeile 44 |
---|
$error = $lang->error_invalidforum; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
$error = $lang->error_invalidforum; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
| exit;
|
}
// Password protected forums ......... yhummmmy!
| }
// Password protected forums ......... yhummmmy!
|