PHP Classes

File: phady/common/views/accessdenied/index.volt

Recommend this page to a friend!
  Classes of Alien Fernandez   Phady Framework   phady/common/views/accessdenied/index.volt   Download  
File: phady/common/views/accessdenied/index.volt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phady Framework
Web application MVC framework based on Phalcon
Author: By
Last change:
Date: 7 years ago
Size: 1,065 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Access Denied</title> <link rel="icon" type="image/x-icon" href="/static/images/favicon.ico"> <style> .centered { position:absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 256px; width: 100%; } </style> </head> <body> <div class="centered"> <center> <img src="/static/images/oxygen/security-low.png"> <br> You do not have permissions to access this page. If you think you should have access contact an administrator. {% if debug %} <br><br> Logged in as: {{ user.username }} <br> Permission level: {{ user.permission_level }} {% end %} </center> </div> </body> </html>