| @@ 1575-1579 (lines=5) @@ | ||
| 1572 | include_once _ROOT_CWD . $a; |
|
| 1573 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1574 | } |
|
| 1575 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1576 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1577 | if (is_null($GLOBALS['path_files'])) { |
|
| 1578 | return $a; |
|
| 1579 | } |
|
| 1580 | define('_SAUVER_CHEMIN', true); |
|
| 1581 | } |
|
| 1582 | ||
| @@ 1601-1605 (lines=5) @@ | ||
| 1598 | } |
|
| 1599 | } |
|
| 1600 | ||
| 1601 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1602 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1603 | if (is_null($GLOBALS['path_files'])) { |
|
| 1604 | return false; |
|
| 1605 | } |
|
| 1606 | define('_SAUVER_CHEMIN', true); |
|
| 1607 | } |
|
| 1608 | ||