Skip to content

Commit 12f5913

Browse files
author
Till Brehm
committed
Added INSTALLER_UPDATE constant in update.php to allow easier detection if installer run is an update or new installation.
1 parent f308746 commit 12f5913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
error_reporting(E_ALL|E_STRICT);
6060

6161
define('INSTALLER_RUN', true);
62+
define('INSTALLER_UPDATE', true);
6263

6364
//** The banner on the command line
6465
echo "\n\n".str_repeat('-', 80)."\n";

0 commit comments

Comments
 (0)