We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70abd4f commit 5909b21Copy full SHA for 5909b21
web/src/app/WebApp/AppWizard.php
@@ -74,6 +74,10 @@ public function getOptions()
74
return $options;
75
}
76
77
+ public function info(){
78
+ return $this -> appsetup -> info();
79
+ }
80
+
81
public function filterOptions(array $options)
82
{
83
$filteredoptions = [];
web/templates/pages/setup_webapp.html
@@ -28,6 +28,7 @@
28
<input type="hidden" name="ok" value="true">
29
30
<div class="form-container">
31
+ <h1 class="form-title"><?=sprintf(_('Install %s'),$WebappInstaller -> info()['name'])?></h1>
32
<?php if( !$WebappInstaller->isDomainRootClean()): ?>
33
<div class="alert alert-info alert-with-icon u-max-width400" role="alert">
34
<i class="fas fa-info"></i>
0 commit comments