1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-11 00:24:56 +00:00

copied change from index.php to the correct place

Why do I keep editing the wrong file?
This commit is contained in:
Starbeamrainbowlabs 2015-01-22 10:04:04 +00:00
parent dbe9155367
commit 438a7a7cef

View file

@ -386,12 +386,6 @@ switch($_GET["action"])
* %edit% * %edit%
*/ */
case "edit": case "edit":
if(!$editing)
{
http_response_code(203);
header("location: index.php?page=$page");
}
$filename = "$page.md"; $filename = "$page.md";
$creatingpage = !isset($pageindex->$page); $creatingpage = !isset($pageindex->$page);
if((isset($_GET["newpage"]) and $_GET["newpage"] == "true") or $creatingpage) if((isset($_GET["newpage"]) and $_GET["newpage"] == "true") or $creatingpage)