From dbe9e3a7633262362bbb915866e356c6a77f06dd Mon Sep 17 00:00:00 2001 From: Jan Danielzick Date: Tue, 3 Mar 2020 14:16:24 +0100 Subject: [PATCH] fixed syntax --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92310ea..d517ec5 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ This way, it is possible to change folder names around and fix the URLs in one p ### Pass 0: * `%NAVBAR%` → the code used to build the navbar, should remain in pass 0 as it may contain other variables + ### Pass 1: Looks quite empty at this point + ### Pass 2: * `%CONTENT_DIR%` → The part of the URL between the domain name and the destination (e.g. https://lostcave.ddnss.de**/common/threadr/**about/), should remain in the last pass * `%NO_CHEAP_SESSION_STEALING%` → checks the request origin against the values stored in the session cookie, add this before any actual data is transmitted (as in before any HTML code or echo commands because this affects the HTTP header)