diff options
Diffstat (limited to 'src/optionlower.php')
| -rw-r--r-- | src/optionlower.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionlower.php b/src/optionlower.php index a813700..8fba3c9 100644 --- a/src/optionlower.php +++ b/src/optionlower.php @@ -22,7 +22,7 @@ require_once("globals.php"); if(!ValidSession()) { - InvalidSession("scoretable.php"); + InvalidSession("optionlower.php"); ForceLoad("index.php"); } $loc = $_SESSION['loc']; |