mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Minor improvements (#1502)
* Minor improvements * Update build_files_integrity.php * Updated * Update usercp_viewprofile.tpl * Updated * Update config.php * Updated * Update register.php * Updated * Update main.php * Update functions.php * Update CHANGELOG.md
This commit is contained in:
parent
6a10adabf5
commit
141fab021a
10 changed files with 22 additions and 43 deletions
|
@ -676,7 +676,8 @@ INSERT INTO `bb_disallow` (`disallow_id`, `disallow_username`)
|
|||
VALUES ('1', 'torrentpier*'),
|
||||
('2', 'tracker*'),
|
||||
('3', 'forum*'),
|
||||
('4', 'torrent*');
|
||||
('4', 'torrent*'),
|
||||
('5', 'admin*');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_extensions`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue