Quote:
Originally Posted by ForceHSS
Go to ur FTP in the includes folder, find the config.php download it to the desktop and edit it with notepad++ you will find your userid remove it, then upload the file. Change what you need for your account once done replace your userid and upload file again.
So it will be like this
Code:
$config['SpecialUsers']['undeletableusers'] = '1';
and you will make it look like this
Code:
$config['SpecialUsers']['undeletableusers'] = '';
|
Well of course. In the past it would allow you to make these edits without changing config right?
Thanks buddy