summaryrefslogtreecommitdiff
path: root/include/autoload.php
AgeCommit message (Collapse)Author
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
* move most OTP-related stuff into userhelper * remove old phpqrcode and otphp libraries
2021-02-22wip: initial for config objectAndrew Dolgov
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2018-07-18autoloader: check if class name is namespaced before trying to split itAndrew Dolgov
2018-06-20update autoloader to consider namespaces for third party libraries: placed ↵Andrew Dolgov
and loaded from vendor/namespace/classpath.php update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above
2017-05-27Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'.wn_
http://php.net/manual/en/function.autoload.php http://php.net/spl_autoload_register https://wiki.php.net/rfc/deprecations_php_7_2
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2013-04-24autoload: include functions.phpAndrew Dolgov
2013-04-17more work on singleton-based DBAndrew Dolgov