corrected query string fix

Cette révision appartient à :
Luke Carlson 2014-07-01 11:22:03 -04:00
Parent 990d86a4a9
révision 7cb90f8569

Voir le fichier

@ -28,7 +28,7 @@
function getfile($tree, $url, $current_dir, $flag = FALSE) {
global $docs_path, $base_doc, $options;
$url = clean_url($url, "Live", true);
if ($options['clean_urls'] == true) $url = explode("?", $link)[0];
if ($options['clean_urls'] == true) $url = explode("?", $url)[0];
if ($url === '' || $url === 'index') {
if (is_file($docs_path . "/index.md")) return $docs_path . "/index.md";
else {