diff options
Diffstat (limited to 'pages/score.php')
-rw-r--r-- | pages/score.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/score.php b/pages/score.php index 96a9d17..043a695 100644 --- a/pages/score.php +++ b/pages/score.php @@ -1,7 +1,7 @@ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLoggedIn; -if (!$isLoggedIn) header("Location: /login") and die(); +if (!$isLoggedIn) header("Location: /-/login") and die(); $title = "Score system testing"; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'; @@ -10,7 +10,7 @@ $title = "Score system testing"; require_once $_SERVER['DOCUMENT_ROOT'] . '/incl <br> <div class="container"> <div id="page-content"> - <h2>Score System Testing</h2> + <h2>Score system testing</h2> <h4>Raindrops System (<code><?php |