| @@ 1516-1520 (lines=5) @@ | ||
| 1513 | include_once _ROOT_CWD . $a; |
|
| 1514 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 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 $a; |
|
| 1520 | } |
|
| 1521 | define('_SAUVER_CHEMIN', true); |
|
| 1522 | } |
|
| 1523 | ||
| @@ 1542-1546 (lines=5) @@ | ||
| 1539 | } |
|
| 1540 | } |
|
| 1541 | ||
| 1542 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1543 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1544 | if (is_null($GLOBALS['path_files'])) { |
|
| 1545 | return false; |
|
| 1546 | } |
|
| 1547 | define('_SAUVER_CHEMIN', true); |
|
| 1548 | } |
|
| 1549 | ||