diff options
Diffstat (limited to 'scripts/pingqueuehandler.php')
-rw-r--r-- | scripts/pingqueuehandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pingqueuehandler.php b/scripts/pingqueuehandler.php index c92337e36..768c06c77 100644 --- a/scripts/pingqueuehandler.php +++ b/scripts/pingqueuehandler.php @@ -67,3 +67,4 @@ if (have_option('i')) { $handler = new PingQueueHandler($id); $handler->runOnce(); +?> |