chore: use https links (#2075)
This commit is contained in:
parent
85f7c6d89b
commit
c28c048bf4
19 changed files with 31 additions and 31 deletions
|
@ -459,7 +459,7 @@ final class LocaleController extends Zend_Controller_Action
|
|||
'Disabled' => _('Disabled'),
|
||||
'Cancel upload' => _('Cancel upload'),
|
||||
'Type' => _('Type'),
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/docs/playlists'>More information</a>"),
|
||||
"Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>" => _("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='https://libretime.org/docs/playlists'>More information</a>"),
|
||||
'Podcast settings saved' => _('Podcast settings saved'),
|
||||
'Are you sure you want to delete this user?' => _('Are you sure you want to delete this user?'),
|
||||
"Can't delete yourself!" => _("Can't delete yourself!"),
|
||||
|
|
|
@ -263,7 +263,7 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
|
|||
private function verifyAPIKey()
|
||||
{
|
||||
// The API key is passed in via HTTP "basic authentication":
|
||||
// http://en.wikipedia.org/wiki/Basic_access_authentication
|
||||
// https://en.wikipedia.org/wiki/Basic_access_authentication
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
||||
// Decode the API key that was passed to us in the HTTP request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue