From d53f615df127a5b6a5dc3c9bc925eb9961587810 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 12 Jul 2023 12:37:16 +0300 Subject: [PATCH] remove project name postfix --- config-default.php | 2 +- public/index.phtml | 2 +- public/robots.txt | 2 +- public/rss.phtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config-default.php b/config-default.php index e6bb98d..6d96782 100644 --- a/config-default.php +++ b/config-default.php @@ -6,7 +6,7 @@ ini_set('display_startup_errors', '1'); error_reporting(E_ALL); // Application -define('BASE_URL', 'https://kvazar.today/'); +define('BASE_URL', ''); define('PAGE_LIMIT', 10); define('CACHE_ENABLED', false); diff --git a/public/index.phtml b/public/index.phtml index 5bdd177..272085b 100755 --- a/public/index.phtml +++ b/public/index.phtml @@ -23,7 +23,7 @@ KVAZAR | SEARCH | <?php echo $query; ?> - KVAZAR | TODAY + KVAZAR diff --git a/public/robots.txt b/public/robots.txt index d08107c..114642d 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-Agent: * -Sitemap: https://kvazar.today/sitemap.xml +Sitemap: /sitemap.xml diff --git a/public/rss.phtml b/public/rss.phtml index 9a6b565..d9ddf3b 100644 --- a/public/rss.phtml +++ b/public/rss.phtml @@ -5,7 +5,7 @@ ($query ? '?q=' . $query . '&rss' : 'rss')); ?>" rel="self" type="application/rss+xml"> KVAZAR - <?php echo ($namespaceValue ? $namespaceValue : ($namespaceHash ? $namespaceHash : - ($query ? 'SEARCH - ' . $query : 'TODAY'))); ?> + ($query ? 'SEARCH - ' . $query : false))); ?> Observe Kevacoin Universe