diff --git a/lib/settings-update.php b/lib/settings-update.php index 6aff6e0..d4cdf38 100644 --- a/lib/settings-update.php +++ b/lib/settings-update.php @@ -80,6 +80,6 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset // With all that worked out, we can now hide the settings screen and apply the new settings $jsBugFilePaths = "['".str_replace(",","','",str_replace(" ","",strClean($_POST['bugFilePaths'])))."']"; - echo ""; + echo ""; } ?> \ No newline at end of file