mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Split functions to the composer autoloading
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
6aae72b836
commit
83ca67fae6
75 changed files with 3612 additions and 3184 deletions
|
@ -390,11 +390,6 @@ function make_url($path = '')
|
|||
* Functions
|
||||
*/
|
||||
require INC_DIR . '/functions.php';
|
||||
require INC_DIR . '/sessions.php';
|
||||
|
||||
if (DBG_USER) {
|
||||
require INC_DIR . '/functions_dev.php';
|
||||
}
|
||||
|
||||
$bb_cfg = array_merge(bb_get_config(BB_CONFIG), $bb_cfg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue