Skip to content

Commit

Permalink
Update Installer on New Settings
Browse files Browse the repository at this point in the history
Signed-off-by: deviance <meangczac.chan@gmail.com>
  • Loading branch information
FrederickChan committed Oct 5, 2022
1 parent 40554fd commit 80eafa5
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 497 deletions.
2 changes: 1 addition & 1 deletion includes/classes/PHPFusion/Installer/InstallCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class InstallCore extends Infusions {
const STEP_SETUP_COMPLETE = 7;
const STEP_EXIT = 8;
const STEP_TRANSFER = 9;
const BUILD_VERSION = '9.10.30';
const BUILD_VERSION = '9.20.00';
const INSTALLER_ALGO = 'sha256';
const USER_RIGHTS_SA = 'AD.APWR.B.BB.C.CP.DB.ERRO.FM.I.IM.IP.LANG.M.MAIL.MI.P.PI.PL.ROB.S1.S2.S4.S6.S7.S9.S12.SB.SL.SM.TS.U.UF.UG.UL';
protected static $locale = [];
Expand Down

0 comments on commit 80eafa5

Please sign in to comment.