source:
spip-zone/_plugins_/ieconfig/ieconfig_mes_fichiers_a_sauver.php
@
41188
Last change on this file since 41188 was 41188, checked in by , 10 years ago | |
---|---|
File size: 233 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | function saveauto_mes_fichiers_a_sauver($flux){ |
4 | $tmp_ieconfig = defined('_DIR_TMP') ? _DIR_TMP.'ieconfig/': _DIR_RACINE.'tmp/ieconfig/'; |
5 | if (@is_dir($tmp_ieconfig)) |
6 | $flux[] = $tmp_ieconfig; |
7 | |
8 | return $flux; |
9 | } |
10 | |
11 | ?> |
Note: See TracBrowser
for help on using the repository browser.