From 6205fe135403e70ade8b8374f365d9d47a614d07 Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Mon, 30 Jun 2014 16:39:34 -0700 Subject: [PATCH] Reverting last commit --- libs/live.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/live.php b/libs/live.php index 9e49220..52a956c 100644 --- a/libs/live.php +++ b/libs/live.php @@ -28,7 +28,6 @@ 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 {