Code: Select all
Parse error: syntax error, unexpected '', FILE_APPEND);' (T_CONSTANT_ENCAPSED_STRING) in /usr/www/flavegaming/donate/setup/dosetup.php on line 37
The code it's referring to is:
Code: Select all
file_put_contents('../inc/config.php', $file_contents, FILE_APPEND | LOCK_EX);
file_put_contents('../inc/apikey.php', $file_contents2, FILE_APPEND);
include('success.php');