All public logs
Jump to navigation
Jump to search
Combined display of all available logs of DER's LLC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:12, 2 June 2023 Admin talk contribs created page DERs/DERS-DB1 (Created page with "== USERS TABLE == CREATE TABLE IF NOT EXISTS `users` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user` varchar(30), `level` varchar(2), PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; INSERT INTO users (user, level) VALUES('admin', 'CL'); INSERT INTO users (user, level) VALUES('pbuser', 'CL');")