Remove mentions of the admin panel to prevent confusion

This commit is contained in:
Wruczek 2020-11-03 04:21:25 +01:00
parent 167f20981f
commit 63c4895c91
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ CREATE TABLE `DBPREFIXnews` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
INSERT INTO `DBPREFIXnews` (`newsid`, `title`, `langid`, `added`, `edited`, `content`) VALUES INSERT INTO `DBPREFIXnews` (`newsid`, `title`, `langid`, `added`, `edited`, `content`) VALUES
(1, 'Welcome to ts-website!', 1, '2018-12-26 03:10:32', NULL, '<b>Hi there!</b> If you are reading this, it means that TS-website has been installed successfully.<br>\r\nYou can login to your <a href=\"admin\">ACP</a> to configure many parts of it.<br>\r\nNeed help? Join our <a href=\"https://t.me/tswebsite\" target=\"_blank\">Telegram group</a> for support.\r\nHave a good day!'); (1, 'Welcome to ts-website!', 1, '2018-12-26 03:10:32', NULL, '<b>Hi there!</b> If you are reading this, it means that TS-website has been installed successfully.<br>\r\n<!-- You can login to your <a href=\"admin\">ACP</a> to configure many parts of it.<br> -->\r\nNeed help? Join our <a href=\"https://t.me/tswebsite\" target=\"_blank\">Telegram group</a> for support.\r\nHave a good day!');
ALTER TABLE `DBPREFIXconfig` ALTER TABLE `DBPREFIXconfig`

View File

@ -111,7 +111,7 @@ if(!empty($_COOKIE["tsw_allow_metrics"])) {
</div> </div>
<div class="col-lg-10"> <div class="col-lg-10">
<h1><a href="../">Visit</a> <small>your new website</small></h1> <h1><a href="../">Visit</a> <small>your new website</small></h1>
<h3>or login to your <a href="../admin">Admin Panel</a></h3> <!-- <h3>or login to your <a href="../admin">Admin Panel</a></h3>-->
</div> </div>
</div> </div>
<div class="row whatnow-row"> <div class="row whatnow-row">