FileBot Jar
This commit is contained in:
parent
37b0d02b06
commit
34212b63d3
|
@ -11,6 +11,8 @@ else if ($type == 'deb')
|
||||||
$name = 'FileBot for Debian Linux';
|
$name = 'FileBot for Debian Linux';
|
||||||
else if ($type == 'portable')
|
else if ($type == 'portable')
|
||||||
$name = 'FileBot Portable';
|
$name = 'FileBot Portable';
|
||||||
|
else if ($type == 'jar')
|
||||||
|
$name = 'FileBot Jar';
|
||||||
else if ($type == 'forum')
|
else if ($type == 'forum')
|
||||||
$name = 'Customer Support';
|
$name = 'Customer Support';
|
||||||
else if (strlen($type) > 0)
|
else if (strlen($type) > 0)
|
||||||
|
|
Loading…
Reference in New Issue