diff options
Diffstat (limited to 'en/downloads/1/index.php')
-rw-r--r-- | en/downloads/1/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/1/index.php b/en/downloads/1/index.php index e186e3da7..72f34fbb5 100644 --- a/en/downloads/1/index.php +++ b/en/downloads/1/index.php @@ -9,7 +9,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); $_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1</em>'); $_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1'); -require '../lib.php'; +require './lib.php'; ?> <!DOCTYPE html> |