From bb3795e9a7f79d42185880b258d48ac0d7d4cd09 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 10 Mar 2013 13:28:54 +0100 Subject: [PATCH] ?updateAll -> ?updateall MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mauvaise idée la casse dans l'URL. https://github.com/mitsukarenai/Projet-Autoblog/issues/1 --- 0.3/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.3/index.php b/0.3/index.php index af933e3..7c6fe42 100755 --- a/0.3/index.php +++ b/0.3/index.php @@ -292,7 +292,7 @@ if (isset($_GET['sitemap'])) * Update ALL autblogs (except .disabled) * This action can be very slow and consume CPU if you have a lot of autoblogs **/ -if( isset($_GET['updateAll']) && ALLOW_FULL_UPDATE) { +if( isset($_GET['updateall']) && ALLOW_FULL_UPDATE) { $expire = time() - 84600 ; // 23h30 en secondes $lockfile = ".updatealllock";