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