mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
aac7ba0efe
commit
a7f6c59818
2 changed files with 3 additions and 0 deletions
|
@ -301,6 +301,8 @@ class Installer extends Page
|
||||||
|
|
||||||
if (strpos($this->install_log, 'DONE!') !== false) {
|
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'));
|
file_put_contents(storage_path('installed'), 'installed-'.date('Y-m-d H:i:s'));
|
||||||
|
|
||||||
return redirect('/admin/login');
|
return redirect('/admin/login');
|
||||||
|
|
|
@ -59,6 +59,7 @@ class SupportedApplicationTypes
|
||||||
{
|
{
|
||||||
$versions = [];
|
$versions = [];
|
||||||
$phpVersions = [
|
$phpVersions = [
|
||||||
|
'5.6',
|
||||||
'7.4',
|
'7.4',
|
||||||
'8.0',
|
'8.0',
|
||||||
'8.1',
|
'8.1',
|
||||||
|
|
Loading…
Reference in a new issue