Heimdall/app/SupportedApps/ruTorrent.php

13 lines
246 B
PHP
Raw Normal View History

2018-02-15 08:22:37 +00:00
<?php namespace App\SupportedApps;
class ruTorrent implements Contracts\Applications {
public function defaultColour()
{
return '#004';
}
public function icon()
{
return 'supportedapps/rutorrent.png';
}
}