Support src=forum option
This commit is contained in:
parent
c4c08d98b6
commit
6da827f0ad
|
@ -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 == 'forum')
|
||||||
|
$name = 'Customer Support';
|
||||||
else if (strlen($type) > 0)
|
else if (strlen($type) > 0)
|
||||||
$name = 'FileBot ('.strtolower($type).')';
|
$name = 'FileBot ('.strtolower($type).')';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue