https://www.icyphoenix.com/viewtopic.php?f=35&t=9514&p=60309#p60309 ----------------------------------- TheSteffen Fri 15 Jan, 2016 19:42 Re: Enabling DB And Security? ----------------------------------- I did not read everything, but you can change the main admin otr better enable the special features: Take a look at this code [b]\includes\constants.php[/b] [code linenumbers=false] // Insert here the IDs of the main admins separated by commas, they will be able to access special features in ACP // Allowed features: Action Logs, Private Messages, DB Tools, Templates Edit (XS Style) // If the constant is deleted then every admin is able to access the Full ACP define('MAIN_ADMINS_ID', '2');[/code] Change this like that [code linenumbers=false]define('MAIN_ADMINS_ID', '2,YOUR_ID');[/code]