aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/lib_rss.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index 9f931a0ac..6929b316c 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -700,15 +700,6 @@ function remove_query_by_get($get, $queries) {
return $final_queries;
}
-//RFC 4648
-function base64url_encode($data) {
- return strtr(rtrim(base64_encode($data), '='), '+/', '-_');
-}
-//RFC 4648
-function base64url_decode($data) {
- return base64_decode(strtr($data, '-_', '+/'));
-}
-
function _i($icon, $url_only = false) {
return FreshRSS_Themes::icon($icon, $url_only);
}