X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=ng_selfservice%2Fno_access.php;fp=ng_selfservice%2Fno_access.php;h=b13cca93c2f7512bdaf6695546bb1cd563103182;hp=0000000000000000000000000000000000000000;hb=77baa7974ade41e55d85de22e7d7a54273dd442f;hpb=eaa81907845ce3f316401bce723075b5fe3f735c diff --git a/ng_selfservice/no_access.php b/ng_selfservice/no_access.php new file mode 100644 index 000000000..b13cca93c --- /dev/null +++ b/ng_selfservice/no_access.php @@ -0,0 +1,34 @@ + + + + + Access Denied + + + + + + + Access Denied +

+ +customer_info_short( array( + 'session_id' => $_COOKIE['session_id'], +) ); + +if ( isset($customer_info['error']) && $customer_info['error'] ) { + $error = $customer_info['error']; + header('Location:index.php?error='. urlencode($error)); + die(); +} + +extract($customer_info); + +?> + +

Sorry you do not have access to the page you are trying to reach.

+ + + \ No newline at end of file