fixed typo

master
Jan Danielzick 2020-03-08 17:49:23 +01:00
parent 3d61b900a3
commit 84215bc39c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"STYLESHEET":"<link rel=\"stylesheet\" type=\"text\/css\" href=\"%CONTENT_DIR%\/style.css\">",
"REQUIRE_LOGIN":"if (!$login) { header(\"Location: https:\/\/lsotcave.ddnss.de%CONTENT_DIR%\/login\/?error=session\"); die(); }"
"REQUIRE_LOGIN":"if (!$login) { header(\"Location: https:\/\/lostcave.ddnss.de%CONTENT_DIR%\/login\/?error=session\"); die(); }"
}