correct meta tags

This commit is contained in:
Stefan 2016-07-17 08:42:46 +02:00
parent e6245524a4
commit 4aeb468fe1
4 changed files with 9 additions and 2 deletions

View file

@ -49,6 +49,9 @@ $yaml["rcc"]["api"] = "off";
$langs = getDir('./lang');
$yaml["language"] = get("Choose a language (" . $langs . ")", $yaml["language"], "en");
// social media
$yaml["social"]["twitter"] = get("Your Twitter username:", $yaml["social"]["twitter"], "");
$config->writeConfig($yaml);
function get($question, $value, $default)

View file

@ -61,6 +61,9 @@ $yaml["rcc"]["api"] = "off";
$langs = getDir('./lang');
$yaml["language"] = get("Choose a language (" . $langs . ")", $yaml["language"], "en");
// social media
$yaml["social"]["twitter"] = get("Your Twitter username:", $yaml["social"]["twitter"], "");
echo "64\n";
$config->writeConfig($yaml);