Exclude concatpdf
This commit is contained in:
parent
df3625d498
commit
f4ff252b2e
@ -66,7 +66,7 @@ $alwaysuncheckedmodules=array('paybox','paypal','filemanager','google','scanner'
|
|||||||
$alwayshiddenmodules=array('accounting','barcode','bookmark','boutique','clicktodial','document','domain','externalrss','externalsite','fckeditor','ftp','geoipmaxmind','gravatar','label','ldap','mantis','memcached','notification',
|
$alwayshiddenmodules=array('accounting','barcode','bookmark','boutique','clicktodial','document','domain','externalrss','externalsite','fckeditor','ftp','geoipmaxmind','gravatar','label','ldap','mantis','memcached','notification',
|
||||||
'syslog','user','webservices',
|
'syslog','user','webservices',
|
||||||
// Extended modules
|
// Extended modules
|
||||||
'awstats','bittorrent','cabinetmed','filemanager','monitoring','nltechno','ovh','phenix','phpsysinfo','postnuke','submiteverywhere',
|
'awstats','bittorrent','cabinetmed','concatpdf','filemanager','monitoring','nltechno','ovh','phenix','phpsysinfo','postnuke','submiteverywhere',
|
||||||
'survey','thomsonphonebook','voyage','webcalendar','webmail','zipautofillfr');
|
'survey','thomsonphonebook','voyage','webcalendar','webmail','zipautofillfr');
|
||||||
|
|
||||||
// Search modules
|
// Search modules
|
||||||
@ -166,9 +166,11 @@ if (GETPOST("action") == 'gotodemo')
|
|||||||
if (empty($_POST[$modulekeyname]) && empty($val->always_enabled) && ! in_array($modulekeyname,$alwayscheckedmodules))
|
if (empty($_POST[$modulekeyname]) && empty($val->always_enabled) && ! in_array($modulekeyname,$alwayscheckedmodules))
|
||||||
{
|
{
|
||||||
$disablestring.=$modulekeyname.',';
|
$disablestring.=$modulekeyname.',';
|
||||||
|
if ($modulekeyname=='propale') $disablestring.='propal,';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do redirect to login page
|
// Do redirect to login page
|
||||||
if ($disablestring)
|
if ($disablestring)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user