Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: xmlhttp.php 4273 2008-11-17 00:36:29Z Tikitiki $
| * $Id: xmlhttp.php 4379 2009-06-10 10:13:44Z Tomm $
|
*/
/**
| */
/**
|
Zeile 335 | Zeile 335 |
---|
xmlhttp_error($lang->edit_time_limit); } }
|
xmlhttp_error($lang->edit_time_limit); } }
|
| // Forum is closed - no editing allowed (for anyone) if($forum['open'] == 0) { xmlhttp_error($lang->no_permission_edit_post); }
|
if($mybb->input['do'] == "get_post") { // Send our headers.
| if($mybb->input['do'] == "get_post") { // Send our headers.
|