]> git.mxchange.org Git - friendica.git/commit
Moved functions out of boot.php into class
authorPhilipp Holzer <admin@philipp.info>
Sat, 13 Oct 2018 16:57:31 +0000 (18:57 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sat, 13 Oct 2018 17:03:08 +0000 (19:03 +0200)
commit2c541afd47f775c92c4050fb1f04a17187167f8f
treef06acf24eefcf0009424bb413e966c76bbf2e9f6
parent14e7686df4250169de91c4db2912b1934cc4800f
Moved functions out of boot.php into class

- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
boot.php
mod/admin.php
mod/help.php
mod/item.php
mod/viewsrc.php
src/App.php
src/Core/System.php
src/Core/Worker.php