mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Revert "refactor: Moved classes from Legacy
folder to src
root (#1828)"
This reverts commit 92ce77ec0e
.
This commit is contained in:
parent
680bd77920
commit
380c94ff07
73 changed files with 276 additions and 258 deletions
|
@ -390,10 +390,10 @@ require_once INC_DIR . '/functions.php';
|
|||
|
||||
$bb_cfg = array_merge(bb_get_config(BB_CONFIG), $bb_cfg);
|
||||
|
||||
$log_action = new TorrentPier\LogAction();
|
||||
$log_action = new TorrentPier\Legacy\LogAction();
|
||||
$wordCensor = new TorrentPier\Censor();
|
||||
$html = new \TorrentPier\Common\Html();
|
||||
$user = new \TorrentPier\Common\User();
|
||||
$html = new TorrentPier\Legacy\Common\Html();
|
||||
$user = new TorrentPier\Legacy\Common\User();
|
||||
|
||||
$userdata =& $user->data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue