From b4060ece54cb5c7c1187a9904aad9b30f108e16b Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 14:36:51 -0400 Subject: [PATCH] remove old site name from submit message --- submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");