| @@ 1525-1529 (lines=5) @@ | ||
| 1522 | include_once _ROOT_CWD . $a; |
|
| 1523 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1524 | } |
|
| 1525 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1526 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1527 | if (is_null($GLOBALS['path_files'])) { |
|
| 1528 | return $a; |
|
| 1529 | } |
|
| 1530 | define('_SAUVER_CHEMIN', true); |
|
| 1531 | } |
|
| 1532 | ||
| @@ 1551-1555 (lines=5) @@ | ||
| 1548 | } |
|
| 1549 | } |
|
| 1550 | ||
| 1551 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1552 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1553 | if (is_null($GLOBALS['path_files'])) { |
|
| 1554 | return false; |
|
| 1555 | } |
|
| 1556 | define('_SAUVER_CHEMIN', true); |
|
| 1557 | } |
|
| 1558 | ||