8
0

allowed query strings when clean urls are enabled

Dieser Commit ist enthalten in:
Luke Carlson 2014-06-30 13:52:19 -04:00
Ursprung e14b33a8f4
Commit 990d86a4a9

Datei anzeigen

@ -28,6 +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 ($url === '' || $url === 'index') {
if (is_file($docs_path . "/index.md")) return $docs_path . "/index.md";
else {