Skip to content
Snippets Groups Projects
Commit c3542add authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Work on 3.1 packaging

parent 13acdcd3
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
* \file htdocs/install/etape5.php
* \ingroup install
* \brief Last page of upgrade or install process
* \version $Id: etape5.php,v 1.104 2011/07/30 14:56:43 eldy Exp $
* \version $Id: etape5.php,v 1.105 2011/07/31 11:56:43 eldy Exp $
*/
include_once("./inc.php");
......@@ -315,7 +315,6 @@ if ($action == "set")
if (! empty($force_install_lockinstall))
{
// Install is finished, we create the lock file
$lockfile="../../install.lock";
$fp = @fopen($lockfile, "w");
if ($fp)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment