Update demo profiles
This commit is contained in:
parent
4356eb8b16
commit
0b935cabdf
@ -62,9 +62,12 @@ $demoprofiles=array(
|
||||
);
|
||||
|
||||
$alwayscheckedmodules=array('barcode','bookmark','externalrss','fckeditor','geoipmaxmind','gravatar','memcached','syslog','user','webservices'); // Technical module we always want
|
||||
$alwaysuncheckedmodules=array('paybox','paypal','filemanager'); // Module we never want
|
||||
$alwayshiddenmodules=array('accounting','barcode','bookmark','boutique','clicktodial','document','domain','externalrss','externalsite','fckeditor','ftp','geoipmaxmind','gravatar','label','ldap','mantis','memcached','notification','phenix','syslog','user','webcalendar','webservices');
|
||||
|
||||
$alwaysuncheckedmodules=array('paybox','paypal','filemanager','google','scanner'); // Module we never want
|
||||
$alwayshiddenmodules=array('accounting','barcode','bookmark','boutique','clicktodial','document','domain','externalrss','externalsite','fckeditor','ftp','geoipmaxmind','gravatar','label','ldap','mantis','memcached','notification',
|
||||
'syslog','user','webservices',
|
||||
// Extended modules
|
||||
'awstats','bittorrent','cabinetmed','filemanager','monitoring','nltechno','ovh','phenix','phpsysinfo','submiteverywhere',
|
||||
'thomsonphonebook','webcalendar','webmail');
|
||||
|
||||
// Search modules
|
||||
$dirlist=$conf->file->dol_document_root;
|
||||
@ -93,6 +96,9 @@ foreach ($dirlist as $dirroot)
|
||||
|
||||
if ($modName)
|
||||
{
|
||||
//$modnameshort=strtolower(preg_replace('/^mod/','',$modName));
|
||||
//if (! in_array($modnameshort,$conf->modules)) continue;
|
||||
|
||||
include_once($dir.$file);
|
||||
$objMod = new $modName($db);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user