added %REQUIRE_LOGIN%

master
Jakob 2020-03-08 16:05:33 +01:00
parent 465cf08da2
commit 7aa8dd4e7d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{
"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>\"; }"
}