mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
PSR-4 compatible legacy code autoloading.
This commit is contained in:
parent
e463fee20f
commit
80a035d191
50 changed files with 5296 additions and 4522 deletions
|
@ -285,7 +285,6 @@ define('ATTACH_DIR', BB_PATH . '/library/attach_mod');
|
|||
define('CFG_DIR', BB_PATH . '/library/config');
|
||||
define('INC_DIR', BB_PATH . '/library/includes');
|
||||
define('CLASS_DIR', BB_PATH . '/library/includes/classes');
|
||||
define('CORE_DIR', BB_PATH . '/library/includes/core');
|
||||
define('UCP_DIR', BB_PATH . '/library/includes/ucp');
|
||||
define('LANG_ROOT_DIR', BB_PATH . '/library/language');
|
||||
define('IMAGES_DIR', BB_PATH . '/styles/images');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue