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