Revert "Corrected query string fix"
Cette révision appartient à :
Parent
944dc17fe0
révision
840842bbd3
@ -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("?", $url)[0];
|
||||
if ($url === '' || $url === 'index') {
|
||||
if (is_file($docs_path . "/index.md")) return $docs_path . "/index.md";
|
||||
else {
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user