Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: ratethread.php 5060 2010-07-02 03:59:10Z RyanGordon $
| * $Id: ratethread.php 5541 2011-08-08 12:20:04Z PirataNervo $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 40 | Zeile 40 |
---|
if(!$forum) { error($lang->error_invalidforum);
|
if(!$forum) { error($lang->error_invalidforum);
|
| }
// Get forum info $forum = get_forum($fid); if(!$forum) { error($lang->error_invalidforum); } else { // Is our forum closed? if($forum['open'] == 0) { // Doesn't look like it is error($lang->error_closedinvalidforum); }
|
}
// Check if this forum is password protected and we have a valid password
| }
// Check if this forum is password protected and we have a valid password
|