From bdb81dac46ff802e044228b5443a8395d5b7a7ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Mar 2016 15:26:18 +0800 Subject: [PATCH] JavascriptError.php --- JavascriptError.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavascriptError.php b/JavascriptError.php index d7aa56e7..ced68bdb 100644 --- a/JavascriptError.php +++ b/JavascriptError.php @@ -13,10 +13,10 @@ class Pman_Core_JavascriptError extends Pman { if (!$au) { - $this->jerr("Not authenticated", array('authFailure' => true)); + die("authenticated Users only"); } if (!$au->pid() ) { // not set up yet.. - $this->jerr("Not authenticated", array('authFailure' => true)); + die("authenticated Users only"); } -- 2.39.2