aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:30:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:30:11 +0000
commite6c79242e6a7debfccc643a09dfab4a4d7746a8a (patch)
tree359aff16844a95c92252eae7879ab0b6f93cd76b /phpBB/cron.php
parent50a8caee5daa1caf1596e847b5708cba11e8ac83 (diff)
downloadforums-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar
forums-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar.gz
forums-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar.bz2
forums-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar.xz
forums-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.zip
dumdidum... sorry. ;)
git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/cron.php')
-rw-r--r--phpBB/cron.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php
index 18ed42dbae..3993a149b5 100644
--- a/phpBB/cron.php
+++ b/phpBB/cron.php
@@ -1,10 +1,10 @@
<?php
-/**
+/**
*
* @package phpBB3
* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
@@ -33,7 +33,7 @@ echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
// test without flush ;)
// flush();
-//
+//
if (!isset($config['cron_lock']))
{
set_config('cron_lock', '0', true);