mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-04 19:06:22 +08:00
* Add Proxmox Backup Server * Fix icon name --------- Co-authored-by: mhlas7 <admin@michaelhlas.com> Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com>
8 lines
114 B
PHP
8 lines
114 B
PHP
<?php
|
|
|
|
namespace App\SupportedApps\ProxmoxBackupServer;
|
|
|
|
class ProxmoxBackupServer extends \App\SupportedApps
|
|
{
|
|
}
|