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: task.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id$
|
*/ ignore_user_abort(true);
| */ ignore_user_abort(true);
|
Zeile 56 | Zeile 56 |
---|
{ // Send our fake gif image (clear 1x1 transparent image) header("Content-type: image/gif");
|
{ // Send our fake gif image (clear 1x1 transparent image) header("Content-type: image/gif");
|
| header("Expires: Sat, 1 Jan 2000 01:00:00 GMT"); header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); header("Cache-Control: no-cache, must-revalidate"); header("Pragma: no-cache");
|
echo base64_decode("R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); // If the use shutdown functionality is turned off, run any shutdown related items now.
|
echo base64_decode("R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); // If the use shutdown functionality is turned off, run any shutdown related items now.
|
if($mybb->settings['useshutdownfunc'] != 0 || $mybb->use_shutdown == true)
| if($mybb->use_shutdown == true)
|
{ add_shutdown("run_task"); }
| { add_shutdown("run_task"); }
|