Merge pull request #191 from jLukeC/master

Corrected query string fix
Cette révision appartient à :
Denis Kisselev 2014-07-02 10:34:19 -07:00
révision 944dc17fe0

Voir le fichier

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