We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8782893 commit e72ccf4Copy full SHA for e72ccf4
1 file changed
web/add/webapp/index.php
@@ -91,7 +91,7 @@
91
$v_web_apps = array();
92
foreach($appInstallers as $app){
93
$hestia = new \Hestia\System\HestiaApp();
94
- if( preg_match('/Installers\/([a-zA-Z0-0].*)\/([a-zA-Z0-0].*).php/', $app, $matches)){
+ if( preg_match('/Installers\/([a-zA-Z0-9].*)\/([a-zA-Z0-9].*).php/', $app, $matches)){
95
if ($matches[1] != "Resources"){
96
$app_installer_class = '\Hestia\WebApp\Installers\\'.$matches[1].'\\' . $matches[1] . 'Setup';
97
$app_installer = new $app_installer_class($v_domain, $hestia);
0 commit comments