Skip to content

Commit 9c0ad28

Browse files
committed
Rename webapps list html template
1 parent 7faf9ef commit 9c0ad28

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

web/add/webapp/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
if(!empty($installer)) {
9696
render_page($user, $TAB, 'setup_webapp');
9797
} else {
98-
render_page($user, $TAB, 'add_webapp');
98+
render_page($user, $TAB, 'list_webapps');
9999
}
100100

101101

web/src/app/WebApp/Installers/LaravelSetup.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ class LaravelSetup extends BaseSetup {
88

99
protected $config = [
1010
'form' => [
11-
'protocol' => [
12-
'type' => 'select',
13-
'options' => ['http','https'],
14-
],
1511
],
1612
'database' => true,
1713
'resources' => [

web/src/app/WebApp/Installers/SymfonySetup.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ class SymfonySetup extends BaseSetup {
88

99
protected $config = [
1010
'form' => [
11-
'protocol' => [
12-
'type' => 'select',
13-
'options' => ['http','https'],
14-
],
1511
],
1612
'database' => true,
1713
'resources' => [

0 commit comments

Comments
 (0)