SMF Version: SMF 1.1.3
Im kind of stupid when it comes to codes and i tried changing it so many times but it still didnt solve the problem...I would really appreciate your help guys...
Here is the error message that I am getting.
"Parse error: syntax error, unexpected T_STRING in /home/azvq/public_html/forum/Settings.php on line 29"
Here is the code from the setting.php file. (starting from line 25 to 31)
########## Maintenance ##########
# Note: If $maintenance is set to 2, the forum will be unusable! Change it to 0 to fix it.
$maintenance = '0'; # Set to 1 to enable Maintenance Mode, 2 to make the forum untouchable. (you'll have to make it 0 again manually!)
$mtitle = 'Upgrading the forum...'; # Title for the Maintenance Mode message.
$mmessage = 'Don't worry, we will be back shortly with an updated forum.'; # Description of why the forum is in maintenance mode.
########## Forum Info ##########
I would really appreciate your help, I know its probably a small error.