MyBB Community Forums

Full Version: Parse error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.mybbsecurity.net/topic-renami...-directory

I followed this tutorial and now it's doing this

Parse error: syntax error, unexpected '$config' (T_VARIABLE) in /home/myhunter/public_html/inc/config.php on line 1
From the sounds of it you've replaced the whole contents of ./inc/config.php with $config['admin_dir'] = 'foobar';. You're only supposed to change that specific line.