diff --git a/imgboard.php b/imgboard.php index bab9525..7597a80 100644 --- a/imgboard.php +++ b/imgboard.php @@ -241,7 +241,7 @@ if (isset($_POST['message']) || isset($_POST['file'])) { if (is_dir('.git')) { $git_output = shell_exec('git pull 2>&1'); $text .= '
-Attempting update...' . "\n\n" . $git_output . '+Attempting update...' . "\n\n" . $git_output . '
Note: If TinyIB updates and you have made custom modifications, review the changes which have been merged into your installation. Ensure that your modifications do not interfere with any new/modified files.