1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

FileBot Jar

This commit is contained in:
Reinhard Pointner 2017-04-21 02:21:02 +08:00
parent 37b0d02b06
commit 34212b63d3

View File

@ -11,6 +11,8 @@ else if ($type == 'deb')
$name = 'FileBot for Debian Linux';
else if ($type == 'portable')
$name = 'FileBot Portable';
else if ($type == 'jar')
$name = 'FileBot Jar';
else if ($type == 'forum')
$name = 'Customer Support';
else if (strlen($type) > 0)