revcheck: files module made more clear

This commit is contained in:
Sobak
2014-03-25 16:26:25 +01:00
parent 1abf3f06b2
commit 2c5357cd49
6 changed files with 17 additions and 104 deletions

View File

@ -24,14 +24,6 @@ $Id$
// split from lib_general.inc.php
// Map of supported documentation types to CVS module names
$PROJECTS = array(
// project => (Name, local folder, cvs module)
'www' => array('Documentation', '', ''),
'php' => array('PHP Documentation', DOC_DIR, 'phpdoc/en'),
'phd' => array('phd', '', ''),
);
// Supported languages
$LANGUAGES = array(
'en' => 'English',