master
Jakob 2020-03-08 16:06:11 +01:00
parent 7aa8dd4e7d
commit f822c179b2
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\">" "STYLESHEET":"<link rel=\"stylesheet\" type=\"text\/css\" href=\"%CONTENT_DIR%\/style.css\">",
"REQUIRE_LOGIN":"if (!$login) { echo \"<!DOCTYPE html><html><head><meta http-equiv='refresh' content='0;%CONTENT_DIR%\/login\/' \/><\/head><body><p> Your browser seems to not support redirects. <br \/>Please klick the following link to continue: <a href='%CONTENT_DIR%\/login\/'> Go to login page... <\/a><\/p><\/body><\/html>\"; }" "REQUIRE_LOGIN":"if (!$login) { echo \"<!DOCTYPE html><html><head><meta http-equiv='refresh' content='0;%CONTENT_DIR%\/login\/' \/><\/head><body><p> Your browser seems to not support redirects. <br \/>Please klick the following link to continue: <a href='%CONTENT_DIR%\/login\/'> Go to login page... <\/a><\/p><\/body><\/html>\"; }"
} }