Global: Get rid of OpenVK 2 branding (#105)

Closes #105
This commit is contained in:
Ilya Prokopenko 2021-10-31 18:29:52 +07:00
parent 03791f4366
commit ecc1fba94d
No known key found for this signature in database
GPG Key ID: 7736BBBB05F14A56
3 changed files with 6 additions and 6 deletions

View File

@ -251,7 +251,7 @@
<a href="/language" class="link">{_footer_choose_language}</a>
<a href="/privacy" class="link">{_footer_privacy}</a>
</div>
<p>OpenVK <a href="/about:openvk2">{php echo OPENVK_VERSION}</a> | PHP: {phpversion()} | DB: {$dbVersion}</p>
<p>OpenVK <a href="/about:openvk">{php echo OPENVK_VERSION}</a> | PHP: {phpversion()} | DB: {$dbVersion}</p>
<p n:ifcontent="ifcontent">
{php echo OPENVK_ROOT_CONF["openvk"]["appearance"]["motd"]}
</p>

View File

@ -4,7 +4,7 @@
# OpenVK AutoInstallation Script for FreeBSD 12 # /( )` #
# ------------------------------------------------------------- # \ \___ / | #
# # /- _ `-/ ' #
# This script installs OpenVK 2 on an empty FreeBSD 12 box. # (/\/ \ \ /\ #
# This script installs OpenVK on an empty FreeBSD 12 box. # (/\/ \ \ /\ #
# Copyright (c) 2020 OpenVK contributors # / / | ` \ #
# ------------------------------------------------------------- # O O ) / | #
# # `-^--'`< ' #

View File

@ -1,6 +1,6 @@
name: "OpenVK 2 Electric Boogalo"
description: "Yet another OpenVK social network"
author: "OpenVK contributors"
version: "2.0"
name: "OpenVK"
description: "Not-yet-federated open source social network inspired by VK"
author: "OpenVK Team"
version: "0.1.0-tp3"
init: "bootstrap.php"