summaryrefslogtreecommitdiff
path: root/pages/account
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-02-20 00:31:25 +0100
committerINOPIAE <inopiae@cacert.org>2013-02-20 00:31:25 +0100
commit4a7afbc30acb170f7ff3517d5450c7e0bec43fe2 (patch)
tree36082c312841e5f844f0ed2fb780a69e5115cf01 /pages/account
parent4c45bdd5901b61e8ed52e10441106e5b4e0b6c9e (diff)
downloadcacert-devel-4a7afbc30acb170f7ff3517d5450c7e0bec43fe2.tar.gz
cacert-devel-4a7afbc30acb170f7ff3517d5450c7e0bec43fe2.tar.xz
cacert-devel-4a7afbc30acb170f7ff3517d5450c7e0bec43fe2.zip
bug 1008: removed blank
Diffstat (limited to 'pages/account')
-rw-r--r--pages/account/58.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/58.php b/pages/account/58.php
index 86e0fc1..20e0b59 100644
--- a/pages/account/58.php
+++ b/pages/account/58.php
@@ -16,7 +16,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
- require_once(dirname(__FILE__).'/../../includes/notary.inc.php');
+require_once(dirname(__FILE__).'/../../includes/notary.inc.php');
if ($_SESSION['profile']['admin'] != 1 || !array_key_exists('userid',$_REQUEST) || intval($_REQUEST['userid']) < 1) {
echo _('You do not have access to this page');