mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
remove other occurrences of file_get_contents() being used to fetch urls
This commit is contained in:
parent
cfec3b3099
commit
1d233755b4
6 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ function altpager_settings(&$a,&$s) {
|
|||
}
|
||||
|
||||
function altpager_plugin_admin(&$a, &$o){
|
||||
$t = file_get_contents( $a->get_baseurl() . "/addon/altpager/admin.tpl" );
|
||||
$t = file_get_contents( "addon/altpager/admin.tpl" );
|
||||
$o = replace_macros($t, array(
|
||||
'$submit' => t('Submit'),
|
||||
'$global' => array('altpagerchoice', t('Global'), 1, t('Force global use of the alternate pager'), get_config('alt_pager', 'global') == 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue