mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 05:13:54 -07:00
PSR-4 compatible legacy code autoloading. Clean up.
This commit is contained in:
parent
80a035d191
commit
f254dabddb
2 changed files with 0 additions and 3 deletions
|
@ -284,7 +284,6 @@ define('AJAX_DIR', BB_PATH . '/library/ajax');
|
||||||
define('ATTACH_DIR', BB_PATH . '/library/attach_mod');
|
define('ATTACH_DIR', BB_PATH . '/library/attach_mod');
|
||||||
define('CFG_DIR', BB_PATH . '/library/config');
|
define('CFG_DIR', BB_PATH . '/library/config');
|
||||||
define('INC_DIR', BB_PATH . '/library/includes');
|
define('INC_DIR', BB_PATH . '/library/includes');
|
||||||
define('CLASS_DIR', BB_PATH . '/library/includes/classes');
|
|
||||||
define('UCP_DIR', BB_PATH . '/library/includes/ucp');
|
define('UCP_DIR', BB_PATH . '/library/includes/ucp');
|
||||||
define('LANG_ROOT_DIR', BB_PATH . '/library/language');
|
define('LANG_ROOT_DIR', BB_PATH . '/library/language');
|
||||||
define('IMAGES_DIR', BB_PATH . '/styles/images');
|
define('IMAGES_DIR', BB_PATH . '/styles/images');
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
order allow,deny
|
|
||||||
deny from all
|
|
Loading…
Add table
Add a link
Reference in a new issue