remove project name postfix

This commit is contained in:
ghost 2023-07-12 12:37:16 +03:00
parent d9db8ac9f6
commit d53f615df1
4 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -23,7 +23,7 @@
<?php } else if ($query) { ?>
<title>KVAZAR | SEARCH | <?php echo $query; ?></title>
<?php } else { ?>
<title>KVAZAR | TODAY</title>
<title>KVAZAR</title>
<?php } ?>
<?php } ?>
</head>

View File

@ -1,2 +1,2 @@
User-Agent: *
Sitemap: https://kvazar.today/sitemap.xml
Sitemap: /sitemap.xml

View File

@ -5,7 +5,7 @@
($query ? '?q=' . $query . '&amp;rss' : 'rss')); ?>" rel="self" type="application/rss+xml"></atom:link>
<title>KVAZAR - <?php echo ($namespaceValue ? $namespaceValue :
($namespaceHash ? $namespaceHash :
($query ? 'SEARCH - ' . $query : 'TODAY'))); ?></title>
($query ? 'SEARCH - ' . $query : false))); ?></title>
<description>Observe Kevacoin Universe</description>
<link><?php echo BASE_URL; ?><?php echo ($ns ? $ns : ($query ? '?q=' . $query : false)); ?></link>
<?php foreach ($data as $item) { ?>