mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
Fix paths
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user