aboutsummaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 13:42:49 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 13:42:49 -0400
commitf9ade082ba49cf487af31339afa7aeeb0653af57 (patch)
treebd9cd5974540f745b9ebe5bedec78199414a1996 /www/edit.php
parent97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce (diff)
downloadphorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.tar.gz
phorkie-f9ade082ba49cf487af31339afa7aeeb0653af57.zip
PEAR Coding Standards intermediate update for files changed
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/edit.php b/www/edit.php
index db4428b..20e7793 100644
--- a/www/edit.php
+++ b/www/edit.php
@@ -5,7 +5,7 @@ namespace phorkie;
*/
require_once 'www-header.php';
if ($GLOBALS['phorkie']['auth']['secure'] > 0) {
- require_once 'secure.php';
+ include_once 'secure.php';
}
$repo = new Repository();