| @@ 1519-1523 (lines=5) @@ | ||
| 1516 | include_once _ROOT_CWD . $a; |
|
| 1517 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1518 | } |
|
| 1519 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1520 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1521 | if (is_null($GLOBALS['path_files'])) { |
|
| 1522 | return $a; |
|
| 1523 | } |
|
| 1524 | define('_SAUVER_CHEMIN', true); |
|
| 1525 | } |
|
| 1526 | ||
| @@ 1545-1549 (lines=5) @@ | ||
| 1542 | } |
|
| 1543 | } |
|
| 1544 | ||
| 1545 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1546 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1547 | if (is_null($GLOBALS['path_files'])) { |
|
| 1548 | return false; |
|
| 1549 | } |
|
| 1550 | define('_SAUVER_CHEMIN', true); |
|
| 1551 | } |
|
| 1552 | ||