You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
function ieconfig_mes_fichiers_a_sauver($flux) {
|
|
$tmp_ieconfig = defined('_DIR_TMP') ? _DIR_TMP . 'ieconfig/' : _DIR_RACINE . 'tmp/ieconfig/';
|
|
if (@is_dir($tmp_ieconfig)) {
|
|
$flux[] = $tmp_ieconfig;
|
|
}
|
|
|
|
return $flux;
|
|
}
|