| @@ 1534-1538 (lines=5) @@ | ||
| 1531 | include_once _ROOT_CWD . $a; |
|
| 1532 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1533 | } |
|
| 1534 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1535 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1536 | if (is_null($GLOBALS['path_files'])) { |
|
| 1537 | return $a; |
|
| 1538 | } |
|
| 1539 | define('_SAUVER_CHEMIN', true); |
|
| 1540 | } |
|
| 1541 | ||
| @@ 1560-1564 (lines=5) @@ | ||
| 1557 | } |
|
| 1558 | } |
|
| 1559 | ||
| 1560 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1561 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1562 | if (is_null($GLOBALS['path_files'])) { |
|
| 1563 | return false; |
|
| 1564 | } |
|
| 1565 | define('_SAUVER_CHEMIN', true); |
|
| 1566 | } |
|
| 1567 | ||