summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pbs.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbs.sql b/pbs.sql
index 522fba1..aee53e1 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -356,7 +356,7 @@ INSERT INTO `pbs_rightcategory` (`rightcategoryID`, `title`) VALUES
(8, 'BootMenu'),
(9, 'Client'),
(10, 'Pool'),
-(11, 'Filter');
+(11, 'Filter'),
(12, 'Session');
-- Insert rights
@@ -552,11 +552,11 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
-- FilterEinträge editieren
(NULL, '11', 'ffe', 'Edit Filterentry of a Filter', NULL),
-- FilterEinträge löschen
-(NULL, '11', 'ffd', 'Delete Filterentry of a Filter', NULL);
+(NULL, '11', 'ffd', 'Delete Filterentry of a Filter', NULL),
-- Session
-- Session Übersicht ansehen
-(NULL, '12', 'so', 'Show overview of Session', NULL),
+(NULL, '12', 'so', 'Show overview of Session', NULL);
-- Adding Super-User
INSERT INTO `pbs`.`pbs_group` (`groupID` ,`title` ,`description`)VALUES