Heimdall/app/SupportedApps/ruTorrent.php
2018-02-15 08:22:37 +00:00

13 lines
246 B
PHP

<?php namespace App\SupportedApps;
class ruTorrent implements Contracts\Applications {
public function defaultColour()
{
return '#004';
}
public function icon()
{
return 'supportedapps/rutorrent.png';
}
}