Removing link to nonexistant FAQ page
This commit is contained in:
parent
b6dee33852
commit
54999b71e2
|
@ -12,10 +12,7 @@ define('COMPANY_SITE' , 'libretime.org');
|
||||||
define('COMPANY_SITE_URL' , 'http://libretime.org');
|
define('COMPANY_SITE_URL' , 'http://libretime.org');
|
||||||
define('SUPPORT_ADDRESS' , 'https://discourse.libretime.org/');
|
define('SUPPORT_ADDRESS' , 'https://discourse.libretime.org/');
|
||||||
|
|
||||||
define("AIRTIMEPRO_API_URL", "https://account.example.com:5001/api/");
|
|
||||||
|
|
||||||
define('HELP_URL' , 'https://discourse.libretime.org/');
|
define('HELP_URL' , 'https://discourse.libretime.org/');
|
||||||
define('FAQ_URL' , 'http://libretime.org/faq');
|
|
||||||
define('WHOS_USING_URL' , 'https://github.com/orgs/LibreTime/people');
|
define('WHOS_USING_URL' , 'https://github.com/orgs/LibreTime/people');
|
||||||
define('TERMS_AND_CONDITIONS_URL' , 'https://github.com/LibreTime/libretime/blob/master/README.md');
|
define('TERMS_AND_CONDITIONS_URL' , 'https://github.com/LibreTime/libretime/blob/master/README.md');
|
||||||
define('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md');
|
define('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md');
|
||||||
|
|
|
@ -163,11 +163,6 @@ $pages[] = array(
|
||||||
'action' => 'help',
|
'action' => 'help',
|
||||||
'resource' => 'dashboard'
|
'resource' => 'dashboard'
|
||||||
),
|
),
|
||||||
array(
|
|
||||||
'label' => _('FAQ'),
|
|
||||||
'uri' => FAQ_URL,
|
|
||||||
'target' => "_blank"
|
|
||||||
),
|
|
||||||
array(
|
array(
|
||||||
'label' => _('User Manual'),
|
'label' => _('User Manual'),
|
||||||
'uri' => USER_MANUAL_URL,
|
'uri' => USER_MANUAL_URL,
|
||||||
|
|
Loading…
Reference in New Issue