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