diff options
Diffstat (limited to '9')
-rw-r--r-- | 9/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/9/index.php b/9/index.php index f708310f0..2f2c49e2e 100644 --- a/9/index.php +++ b/9/index.php @@ -1,5 +1,5 @@ <?php require_once '../langs.inc.php'; -relocate($langs, '8/'); +relocate($langs, '9/'); |