From 7b4af63a90a726b98a59b83e53f040a7a566a11d Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:13 +0100 Subject: Update --- .../cms-special/admin/pages/edit/index.php | 194 +-------------------- 1 file changed, 1 insertion(+), 193 deletions(-) mode change 100755 => 100644 Neutron-trunk/cms-special/admin/pages/edit/index.php (limited to 'Neutron-trunk/cms-special/admin/pages/edit') diff --git a/Neutron-trunk/cms-special/admin/pages/edit/index.php b/Neutron-trunk/cms-special/admin/pages/edit/index.php old mode 100755 new mode 100644 index b198566..3674402 --- a/Neutron-trunk/cms-special/admin/pages/edit/index.php +++ b/Neutron-trunk/cms-special/admin/pages/edit/index.php @@ -1,194 +1,2 @@ - - "Pages", "headerName" => "Pages" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin/\$resources/precontent.php"; ?> -
- page = \"index\""); - } else { - $currentName = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/" . $currentSlug . "/pagename"); - echo(""); - } - - $type = file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/pagetypes/" . $currentSlug); - if (isset($_GET['forcehtml'])) { - $type = "1"; - } - if ($type == "0") { - require_once $_SERVER['DOCUMENT_ROOT'] . "/resources/private/VisualEditor.php"; - } - if ($type == "1"): - - ?> -

/resources/image/message_warning.svg" class="message_img">

- -
-
/resources/image/loader.svg" class="loader">
- - - - - \ No newline at end of file + \ No newline at end of file -- cgit