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