summaryrefslogtreecommitdiffstats
path: root/pages/content
diff options
context:
space:
mode:
Diffstat (limited to 'pages/content')
-rw-r--r--pages/content/Pages:Copy.xml2
-rw-r--r--pages/content/Pages:Delete.xml2
-rw-r--r--pages/content/Pages:Edit.xml2
-rw-r--r--pages/content/Pages:Handle.xml2
-rw-r--r--pages/content/Pages:New.xml2
-rw-r--r--pages/content/Pages:Privs.xml2
-rw-r--r--pages/content/Pages:Rename.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/pages/content/Pages:Copy.xml b/pages/content/Pages:Copy.xml
index c848da2..a8925f2 100644
--- a/pages/content/Pages:Copy.xml
+++ b/pages/content/Pages:Copy.xml
@@ -12,7 +12,7 @@
<?PHP
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Delete.xml b/pages/content/Pages:Delete.xml
index 871a5f1..26da0bf 100644
--- a/pages/content/Pages:Delete.xml
+++ b/pages/content/Pages:Delete.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Edit.xml b/pages/content/Pages:Edit.xml
index c8288c9..f61084b 100644
--- a/pages/content/Pages:Edit.xml
+++ b/pages/content/Pages:Edit.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Handle.xml b/pages/content/Pages:Handle.xml
index 8d69884..173eec7 100644
--- a/pages/content/Pages:Handle.xml
+++ b/pages/content/Pages:Handle.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'templates');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if(isset($_POST['view'])) {
diff --git a/pages/content/Pages:New.xml b/pages/content/Pages:New.xml
index d260c8a..b6673b7 100644
--- a/pages/content/Pages:New.xml
+++ b/pages/content/Pages:New.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Privs.xml b/pages/content/Pages:Privs.xml
index 693355b..318e7a2 100644
--- a/pages/content/Pages:Privs.xml
+++ b/pages/content/Pages:Privs.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {
diff --git a/pages/content/Pages:Rename.xml b/pages/content/Pages:Rename.xml
index 6fddffa..2169c57 100644
--- a/pages/content/Pages:Rename.xml
+++ b/pages/content/Pages:Rename.xml
@@ -13,7 +13,7 @@
Uses('pages', 'links', 'util');
- if($_POST['type'] != 'c' && $_POST['type'] != 'n' && $_POST['type'] != 'e' && $_POST['type'] != 'b')
+ if($_POST['type'] != 'c' && $_POST['type'] != 'b')
exit();
if($_POST['back']) {