mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
parent
03791f4366
commit
ecc1fba94d
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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 ) / | #
|
||||
# # `-^--'`< ' #
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue