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