diff --git a/build/index.php b/build/index.php index 3e0332d..5cea892 100644 --- a/build/index.php +++ b/build/index.php @@ -1810,7 +1810,11 @@ register_module([ $title = "$env->page - $settings->sitename"; if(isset($pageindex->$page->protect) && $pageindex->$page->protect === true) $title = $settings->protectedpagechar . $title; - $content = "
Redirected from " . $_GET["redirected_from"] . ".
"; $parsing_start = microtime(true); diff --git a/module_index.json b/module_index.json index 7bad021..508871e 100644 --- a/module_index.json +++ b/module_index.json @@ -140,7 +140,7 @@ "author": "Starbeamrainbowlabs", "description": "Allows you to view pages. You reallyshould include this one.", "id": "page-view", - "lastupdate": 1443875269, + "lastupdate": 1443875677, "optional": false }, { diff --git a/modules/page-view.php b/modules/page-view.php index afbecc0..dab8ea0 100644 --- a/modules/page-view.php +++ b/modules/page-view.php @@ -49,7 +49,11 @@ register_module([ $title = "$env->page - $settings->sitename"; if(isset($pageindex->$page->protect) && $pageindex->$page->protect === true) $title = $settings->protectedpagechar . $title; - $content = "Redirected from " . $_GET["redirected_from"] . ".
"; $parsing_start = microtime(true);