Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
00001 <?php 00017 define('ABS_ROOT', realpath(dirname(__FILE__))); 00018 00022 define('ROOT', preg_replace("#".$_SERVER['DOCUMENT_ROOT']."#", "", ABS_ROOT)); 00023 00027 define( 'DS', DIRECTORY_SEPARATOR ); 00028 ?> 00029 <html> 00030 <head> 00031 <link type="text/css" rel="stylesheet" href="<?= ROOT ?>/css/main.css" /> 00032 </head> 00033 <body> 00034 <div style="text-align:center;padding-top:40px;"> 00035 <div class="noaccess"></div> 00036 <p>You're not authorized to see the requested content</p> 00037 <p>Non sei autorizzato a visitare la pagina richiesta</p> 00038 </div> 00039 </body> 00040 </html>