Skip to content

Commit 844f16e

Browse files
committed
Remove mg.request_info.request_uri from error403.lp
This page is currently not used because we redirect to login page in case of unauthenticated access, but I'm removing it just in case we decide to change how we handle 403 errors in the future. Signed-off-by: RD WebDesign <[email protected]>
1 parent 8c0f785 commit 844f16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

error403.lp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mg.include('scripts/lua/header.lp','r')
1717
<div class="error-content">
1818
<h3><i class="fa fa-times-circle text-danger"></i> Oops! Access denied.</h3>
1919
<p>
20-
You don't have permission to access <code><?=mg.request_info.request_uri?></code> on this server.<br>
20+
You don't have permission to access this URL.<br>
2121
Did you mean to go to <a href="<?=pihole.webhome()?>">your Pi-hole's dashboard</a> instead?
2222
</p>
2323
</div>

0 commit comments

Comments
 (0)