diff options
| author | 2016-08-01 18:07:03 +0200 | |
|---|---|---|
| committer | 2016-08-01 18:07:03 +0200 | |
| commit | 17c3e616e8c3b927ee46258a8b8b20371bf59592 (patch) | |
| tree | 10bbc982d913fc6077701516bfdd212d4a6a2a84 /app/FreshRSS.php | |
| parent | 75d175c0ebe138211064b107641cf3979a5cb032 (diff) | |
| parent | c1548e732d7472c40473b3d99858059333a05eae (diff) | |
Merge pull request #1187 from Alkarex/remove_persona
Remove Mozilla Persona login
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 4933892bc..20640266e 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -98,14 +98,6 @@ class FreshRSS extends Minz_FrontController { Minz_View::appendScript(Minz_Url::display('/scripts/jquery.min.js?' . @filemtime(PUBLIC_PATH . '/scripts/jquery.min.js'))); Minz_View::appendScript(Minz_Url::display('/scripts/shortcut.js?' . @filemtime(PUBLIC_PATH . '/scripts/shortcut.js'))); Minz_View::appendScript(Minz_Url::display('/scripts/main.js?' . @filemtime(PUBLIC_PATH . '/scripts/main.js'))); - - if (FreshRSS_Context::$system_conf->auth_type === 'persona') { - // TODO move it in a plugin - // Needed for login AND logout with Persona. - Minz_View::appendScript('https://login.persona.org/include.js'); - $file_mtime = @filemtime(PUBLIC_PATH . '/scripts/persona.js'); - Minz_View::appendScript(Minz_Url::display('/scripts/persona.js?' . $file_mtime)); - } } private static function loadNotifications() { |
