diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-05 15:29:16 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-05 15:29:16 +0100 |
| commit | 516dfc95fcd3558e4dc205f2a2b87b44bf47c4a8 (patch) | |
| tree | 4e5bff0c166142bcd0f1841a3ad6ff14bcd1c260 /upgrade_welcome.php | |
| parent | a285cd4a2b73315a874627faa9d28ddb538f26da (diff) | |
| download | install-516dfc95fcd3558e4dc205f2a2b87b44bf47c4a8.tar.gz install-516dfc95fcd3558e4dc205f2a2b87b44bf47c4a8.tar.bz2 install-516dfc95fcd3558e4dc205f2a2b87b44bf47c4a8.zip | |
It does help if you stage changes from the right machine. This is the rework of the installer for namespace and php8.4
Diffstat (limited to 'upgrade_welcome.php')
| -rwxr-xr-x[-rw-r--r--] | upgrade_welcome.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/upgrade_welcome.php b/upgrade_welcome.php index 34d2b62..0724fa8 100644..100755 --- a/upgrade_welcome.php +++ b/upgrade_welcome.php @@ -16,5 +16,4 @@ if( ini_get( "max_execution_time" ) != 86400 ) { } // assign next step in installation process -$gBitSmarty->assign( 'next_step', $step + 1 ); -?> +$gBitSmarty->assign( 'next_step', $step + 1 );
\ No newline at end of file |
