Skip to content

Commit

Permalink
Merge pull request #8311 from inoveaconseil/patch-1
Browse files Browse the repository at this point in the history
Fix set time limit to 0
  • Loading branch information
eldy committed Mar 9, 2018
2 parents b8e724a + d763bfc commit 4d88531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/admin/system/filecheck.php
Expand Up @@ -3,6 +3,7 @@
* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
* Copyright (C) 2017 Nicolas ZABOURI <info@inovea-conseil.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -22,7 +23,7 @@
* \file htdocs/admin/system/filecheck.php
* \brief Page to check Dolibarr files integrity
*/

set_time_limit(0);
require '../../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
Expand Down

0 comments on commit 4d88531

Please sign in to comment.