diff --git a/submit.php b/submit.php index 25ae2ab..1973ca9 100755 --- a/submit.php +++ b/submit.php @@ -64,7 +64,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { require 'common.php'; if (submitSite($name, $url, $summary, $category)) { session_destroy(); - echo("SiteShare | Success

Your site was submitted. Click here to go back to the homepage.

"); + echo("" . constant("sitename") . " | Success

Your site was submitted. Click here to go back to the homepage.

"); die(); } else { echo("Error");