mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
3426ce5f94
10 changed files with 2 additions and 419 deletions
|
@ -925,9 +925,6 @@ function base64url_decode($s) {
|
|||
return base64_decode(strtr($s,'-_','+/'));
|
||||
}
|
||||
|
||||
function cc_license() {
|
||||
return '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
|
||||
}
|
||||
|
||||
if (!function_exists('str_getcsv')) {
|
||||
function str_getcsv($input, $delimiter = ',', $enclosure = '"', $escape = '\\', $eol = '\n') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue