Standards: Remove EOF closing PHP tags

This commit is contained in:
Hypolite Petovan 2017-04-30 00:21:02 -04:00
commit 1d427aa214
33 changed files with 28 additions and 66 deletions

View file

@ -252,5 +252,3 @@ function nodeinfo_cron() {
logger('cron_end');
Config::set('nodeinfo', 'last_calucation', time());
}
?>

View file

@ -160,5 +160,3 @@ function pubsubhubbub_init(App $a) {
killme();
}
?>