aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-17 23:01:07 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-17 23:01:07 +0200
commitdff68e21ac958ebfb8164bca4cb2143c427f4330 (patch)
treee5b7b039c12e5d28bd887b022dd502a7da122af4 /www/edit.php
parent9abfb5687cdbc08b60cb50fc15daab929a0f8f87 (diff)
downloadphorkie-dff68e21ac958ebfb8164bca4cb2143c427f4330.tar.gz
phorkie-dff68e21ac958ebfb8164bca4cb2143c427f4330.zip
use deny-by-default security
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/edit.php b/www/edit.php
index 20e7793..897aada 100644
--- a/www/edit.php
+++ b/www/edit.php
@@ -4,9 +4,6 @@ namespace phorkie;
* Edit paste contents
*/
require_once 'www-header.php';
-if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
- include_once 'secure.php';
-}
$repo = new Repository();
$repo->loadFromRequest();