Remove mentions of the admin panel to prevent confusion
This commit is contained in:
parent
167f20981f
commit
63c4895c91
|
@ -64,7 +64,7 @@ CREATE TABLE `DBPREFIXnews` (
|
|||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
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`
|
||||
|
|
|
@ -111,7 +111,7 @@ if(!empty($_COOKIE["tsw_allow_metrics"])) {
|
|||
</div>
|
||||
<div class="col-lg-10">
|
||||
<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 class="row whatnow-row">
|
||||
|
|
Loading…
Reference in New Issue