diff options
author | Filip Komar <filip@mageia.org> | 2014-05-18 20:16:47 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-05-18 20:16:47 +0000 |
commit | 86229ab1304d917d60170a4f5e9aaff0682eda2b (patch) | |
tree | b3534aea7c7e477bb09b92b3dd4879f55c9ff398 /langs/diff.php | |
parent | ea0e0637b9b4037c3906be8f26c47e615142dd37 (diff) | |
download | www-86229ab1304d917d60170a4f5e9aaff0682eda2b.tar www-86229ab1304d917d60170a4f5e9aaff0682eda2b.tar.gz www-86229ab1304d917d60170a4f5e9aaff0682eda2b.tar.bz2 www-86229ab1304d917d60170a4f5e9aaff0682eda2b.tar.xz www-86229ab1304d917d60170a4f5e9aaff0682eda2b.zip |
move php-mo.php for better compatibility with mognase + improved navigation in l10n report & co.
Diffstat (limited to 'langs/diff.php')
-rw-r--r-- | langs/diff.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/diff.php b/langs/diff.php index 70ff102c6..251cd87f0 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -3,7 +3,7 @@ * Report the diff of 's' file * against matching file in language 'l', if it exists. */ - +define('HLANG', true); include 'lib.php'; $source_file = isset($_GET['s']) ? strip_tags(trim($_GET['s'])) : null; |