| @@ 1490-1494 (lines=5) @@ | ||
| 1487 | include_once _ROOT_CWD . $a; |
|
| 1488 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1489 | } |
|
| 1490 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1491 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1492 | if (is_null($GLOBALS['path_files'])) { |
|
| 1493 | return $a; |
|
| 1494 | } |
|
| 1495 | define('_SAUVER_CHEMIN', true); |
|
| 1496 | } |
|
| 1497 | ||
| @@ 1516-1520 (lines=5) @@ | ||
| 1513 | } |
|
| 1514 | } |
|
| 1515 | ||
| 1516 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1517 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1518 | if (is_null($GLOBALS['path_files'])) { |
|
| 1519 | return false; |
|
| 1520 | } |
|
| 1521 | define('_SAUVER_CHEMIN', true); |
|
| 1522 | } |
|
| 1523 | ||