27define(
'DOLCERT_VERSION',
'3.0.0-beta');
34if (!defined(
'CERTIF_LNE')) {
35 define(
'CERTIF_LNE',
'2');
42$arrayofunalterablefiles = array(
44 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/blockedlog',
'file' =>
'all',
'regextoinclude' =>
'(\.php|\.sql)$',
'regextoexclude' =>
''),
45 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/compta/cashcontrol/class',
'file' =>
'cashcontrol.class.php'),
46 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/core/class',
'file' =>
'all',
'regextoinclude' =>
'(interfaces.class.php|commontrigger.class.php)$',
'regextoexclude' =>
''),
47 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/core/modules',
'file' =>
'modBlockedLog.class.php'),
48 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/core/triggers',
'file' =>
'interface_99_modBlockedlog_ActionsBlockedLog.class.php'),
49 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/install/mysql/tables',
'file' =>
'all',
'regextoinclude' =>
'llx_blockedlog.*(\.php|\.sql)$',
'regextoexclude' =>
''),
50 array(
'dir' => dirname(dirname(dirname(__FILE__))).
'/htdocs/takepos',
'file' =>
'all',
'regextoinclude' =>
'(receipt|send.php).php')