From 10be1cbf4057f82bb57755f5d0dd36c9b38e4a56 Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Wed, 16 Dec 2020 21:34:33 -0500 Subject: [PATCH] Update about.blade.php (#579) --- resources/views/about.blade.php | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index d2ac533..5d1a216 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -18,35 +18,13 @@
Release date: {{env('POLR_RELDATE')}}
App Install: {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}
-

You are seeing the information above because you are logged in as an administrator.

+

You are seeing the information above because you are logged in as an administrator. You can edit the contents of this page by editing resources/views/about.blade.php

@endif -

{{env('APP_NAME')}} is powered by Polr 2, an open source, minimalist link shortening platform. +

{{env('APP_NAME')}} is powered by Polr 2, an open source, minimalist link shortening platform. The Polr Project is in no way associated with this site. Learn more at its Github page or its project site.
Polr is licensed under the GNU GPL License.

-More Information -
-Copyright (C) 2013-2017 Chaoyi Zha
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-
@endsection - -@section('js') - -@endsection