diff --git a/app/Item.php b/app/Item.php index 6cff9776..483cec0b 100644 --- a/app/Item.php +++ b/app/Item.php @@ -66,6 +66,7 @@ class Item extends Model 'UniFi' => \App\SupportedApps\Unifi::class, 'pFsense' => \App\SupportedApps\Pfsense::class, 'ruTorrent' => \App\SupportedApps\ruTorrent::class, + 'WebTools' => \App\SupportedApps\WebTools::class, ]; } public static function supportedOptions() diff --git a/app/SupportedApps/WebTools.php b/app/SupportedApps/WebTools.php new file mode 100644 index 00000000..2f064537 --- /dev/null +++ b/app/SupportedApps/WebTools.php @@ -0,0 +1,12 @@ + += 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support. diff --git a/storage/app/public/supportedapps/webtools.png b/storage/app/public/supportedapps/webtools.png new file mode 100644 index 00000000..7f619e4a Binary files /dev/null and b/storage/app/public/supportedapps/webtools.png differ