| @@ 1430-1434 (lines=5) @@ | ||
| 1427 | include_once _ROOT_CWD . $a; |
|
| 1428 | $inc[$dirname][$file] = $inc[''][$dirname . $file] = true; |
|
| 1429 | } |
|
| 1430 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1431 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1432 | if (is_null($GLOBALS['path_files'])) { |
|
| 1433 | return $a; |
|
| 1434 | } |
|
| 1435 | define('_SAUVER_CHEMIN', true); |
|
| 1436 | } |
|
| 1437 | ||
| @@ 1456-1460 (lines=5) @@ | ||
| 1453 | } |
|
| 1454 | } |
|
| 1455 | ||
| 1456 | if (!defined('_SAUVER_CHEMIN')) { |
|
| 1457 | // si le chemin n'a pas encore ete charge, ne pas lever le flag, ne pas cacher |
|
| 1458 | if (is_null($GLOBALS['path_files'])) { |
|
| 1459 | return false; |
|
| 1460 | } |
|
| 1461 | define('_SAUVER_CHEMIN', true); |
|
| 1462 | } |
|
| 1463 | ||