?updateAll -> ?updateall
Mauvaise idée la casse dans l'URL. https://github.com/mitsukarenai/Projet-Autoblog/issues/1
This commit is contained in:
parent
157bf05e5c
commit
bb3795e9a7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue