@@ -95,7 +95,7 @@ if (!empty($_POST['ok']) && !empty($app) ) {
if(!empty($installer)) {
render_page($user, $TAB, 'setup_webapp');
} else {
- render_page($user, $TAB, 'add_webapp');
+ render_page($user, $TAB, 'list_webapps');
}
@@ -8,10 +8,6 @@ class LaravelSetup extends BaseSetup {
protected $config = [
'form' => [
- 'protocol' => [
- 'type' => 'select',
- 'options' => ['http','https'],
- ],
],
'database' => true,
'resources' => [
@@ -8,10 +8,6 @@ class SymfonySetup extends BaseSetup {