Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,134 changes: 1,074 additions & 1,060 deletions assets/plugins/qm/qm.inc.php

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion install/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,8 @@ INSERT IGNORE INTO `{PREFIX}system_settings`
('automatic_alias','1'),
('datetime_format','dd-mm-YYYY'),
('warning_visibility', '1'),
('remember_last_tab', '0');
('remember_last_tab', '0'),
('enable_bindings', '1');


REPLACE INTO `{PREFIX}user_roles`
Expand Down
585 changes: 454 additions & 131 deletions manager/actions/bkmanager.static.php

Large diffs are not rendered by default.

Loading