diff --git a/includes/functions.php b/includes/functions.php index 316665d3..31790d5b 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -67,6 +67,15 @@ function CSRFToken() '; +} + /** * * Validate CSRF Token diff --git a/index.php b/index.php index e8af838a..f204ea12 100755 --- a/index.php +++ b/index.php @@ -64,6 +64,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); +