Skip to content
Snippets Groups Projects
Commit 12f59132 authored by Till Brehm's avatar Till Brehm
Browse files

Added INSTALLER_UPDATE constant in update.php to allow easier detection if...

Added INSTALLER_UPDATE constant in update.php to allow easier detection if installer run is an update or new installation.
parent f3087460
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
error_reporting(E_ALL|E_STRICT);
define('INSTALLER_RUN', true);
define('INSTALLER_UPDATE', true);
//** The banner on the command line
echo "\n\n".str_repeat('-', 80)."\n";
......
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