make invalid meta tags valid
This commit is contained in:
parent
c20c0b4ff9
commit
5dd12ebe88
3 changed files with 7 additions and 0 deletions
|
@ -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 User ID:", "");
|
||||
|
||||
$config->writeConfig($yaml);
|
||||
|
||||
function get($question, $value, $default)
|
||||
|
|
Reference in a new issue