From e1eb92cae1e110f073966ce64d2bc5fc8c150478 Mon Sep 17 00:00:00 2001 From: Bad <87938689+yesBad@users.noreply.github.com> Date: Sun, 12 Jun 2022 03:17:23 +0300 Subject: [PATCH] docs: do not specify PHP 7 version in meta tag (#456) --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 82fe0b76..1da55313 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -1,7 +1,7 @@ module.exports = { base: '/', title: 'Pterodactyl', - description: 'Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.', + description: 'Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.', plugins: [ ['@vuepress/google-analytics', { ga: 'UA-87324178-3'