| @@ 1606-1610 (lines=5) @@ | ||
| 1603 | include_once _ROOT_CWD . $a; |
|
| 1604 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1605 | } |
|
| 1606 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1607 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1608 | if (is_null($GLOBALS['path_files'])) { |
|
| 1609 | return $a; |
|
| 1610 | } |
|
| 1611 | define('_SAUVER_CHEMIN', true); |
|
| 1612 | } |
|
| 1613 | ||
| @@ 1632-1636 (lines=5) @@ | ||
| 1629 | } |
|
| 1630 | } |
|
| 1631 | ||
| 1632 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1633 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1634 | if (is_null($GLOBALS['path_files'])) { |
|
| 1635 | return false; |
|
| 1636 | } |
|
| 1637 | define('_SAUVER_CHEMIN', true); |
|
| 1638 | } |
|
| 1639 | ||