Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: report.php 2419 2006-11-19 03:37:38Z Tikitiki $
| * $Id: report.php 2747 2007-02-10 09:35:57Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 31 | Zeile 31 |
---|
if(!$post['pid']) {
|
if(!$post['pid']) {
|
error($lang->error_invalidpost);
| $error = $lang->error_invalidpost; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
}
$forum = get_forum($post['fid']); if(!$forum) {
|
}
$forum = get_forum($post['fid']); if(!$forum) {
|
error($lang->error_invalidforum);
| $error = $lang->error_invalidforum; eval("\$report_error = \"".$templates->get("report_error")."\";"); output_page($report_error);
|
}
|
}
|
|
|
// Password protected forums ......... yhummmmy! check_forum_password($forum['fid'], $forum['password']);
| // Password protected forums ......... yhummmmy! check_forum_password($forum['fid'], $forum['password']);
|