PHP Classes

File: app/views/access_denied.php

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   app/views/access_denied.php   Download  
File: app/views/access_denied.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 633 bytes
 

Contents

Class file image Download
?<SECTION CLASS="content">
    <DIV CLASS="error-page">
    <P CLASS="headline"><img src="/app/images/icons/shield.png"></P>
   
    <DIV CLASS="error-content">
      <H3><I CLASS="fa fa-warning text-orange"></I><strong> Oops! Você não tem permissão para acessar esta página.</strong></H3>
      <P>
        Você não tem privilégio suficiente para acessar esta página!<BR>
        Retorne a página <a href="index.php?page=home">inicial</a>, ou procure por ajuda na página de <a href="index.php?page=suporte">suporte</a>!
      </P>
    </DIV><!-- /.error-content -->
   
    </DIV><!-- /.error-page -->

</SECTION>