Fix paths

This commit is contained in:
Sobak
2014-08-03 07:21:12 +02:00
parent 11bedb65e7
commit a068c936b8
3 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,7 @@ set_time_limit(0);
include '../include/init.inc.php';
include '../include/lib_proj_lang.inc.php';
$DOCS = SVN_DIR;
$DOCS = SVN_DIR . DOC_DIR . '/';
// Test the languages:
$LANGS = array_keys($LANGUAGES);