This commit is contained in:
Bozhidar 2024-05-12 17:57:59 +03:00
parent aac7ba0efe
commit a7f6c59818
2 changed files with 3 additions and 0 deletions

View file

@ -301,6 +301,8 @@ class Installer extends Page
if (strpos($this->install_log, 'DONE!') !== false) {
unlink(storage_path($this->install_log_file_path));
file_put_contents(storage_path('installed'), 'installed-'.date('Y-m-d H:i:s'));
return redirect('/admin/login');

View file

@ -59,6 +59,7 @@ class SupportedApplicationTypes
{
$versions = [];
$phpVersions = [
'5.6',
'7.4',
'8.0',
'8.1',