ecrire/inc/traduire.php 1 location
|
@@ 44-45 (lines=2) @@
|
| 41 |
|
static $dirs = array(); |
| 42 |
|
$liste = array(); |
| 43 |
|
foreach (creer_chemin() as $dir) { |
| 44 |
|
if (!isset($dirs[$a = $dir . $dirname])) { |
| 45 |
|
$dirs[$a] = (is_dir($a) || !$a); |
| 46 |
|
} |
| 47 |
|
if ($dirs[$a]) { |
| 48 |
|
if (is_readable($a .= $file)) { |
ecrire/inc/utils.php 1 location
|
@@ 1525-1526 (lines=2) @@
|
| 1522 |
|
} |
| 1523 |
|
|
| 1524 |
|
foreach (creer_chemin() as $dir) { |
| 1525 |
|
if (!isset($dirs[$a = $dir . $dirname])) { |
| 1526 |
|
$dirs[$a] = (is_dir(_ROOT_CWD . $a) || !$a); |
| 1527 |
|
} |
| 1528 |
|
if ($dirs[$a]) { |
| 1529 |
|
if (file_exists(_ROOT_CWD . ($a .= $file))) { |