[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 denied.php

Zen Cart 源代码 denied.php




下载文件

文件名: denied.php
文件类型: PHP文件
文件大小: 1.67 KiB
MD5: c882eab7ec54576b0c2e833557e6a60d

denied.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package admin
  4.  * @copyright Copyright 2003-2011 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: denied.php 18698 2011-05-04 14:50:06Z wilt $
  8.  */
  9.  
  10. require('includes/application_top.php');
  11.  
  12. ?>
  13. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
  14. <html <?php echo HTML_PARAMS; ?>>
  15. <head>
  16. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
  17. <title><?php echo TITLE; ?></title>
  18. <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
  19. <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS">
  20. <link rel="stylesheet" type="text/css" href="includes/admin_access.css" />
  21. <script language="javascript" src="includes/menu.js"></script>
  22. <script language="javascript" src="includes/general.js"></script>
  23. <script type="text/javascript">
  24.   <!--
  25.   function init()
  26.   {
  27.     cssjsmenu('navbar');
  28.     if (document.getElementById)
  29.     {
  30.       var kill = document.getElementById('hoverJS');
  31.       kill.disabled = true;
  32.     }
  33.   }
  34.   // -->
  35. </script>
  36. </head>
  37. <body onload="init()">
  38. <!-- header //-->
  39. <?php require(DIR_WS_INCLUDES . 'header.php'); ?>
  40. <!-- header_eof //-->
  41.  
  42. <!-- body //-->
  43. <div id="pageWrapper">
  44.   <h1><?php echo TEXT_ACCESS_DENIED ?></h1>
  45.   <h1><?php echo TEXT_CONTACT_SITE_ADMIN ?></h1>
  46.   <h1><?php echo TEXT_APOLOGY ?></h1>
  47. </div>
  48. <!-- body_eof //-->
  49.  
  50. <!-- footer //-->
  51. <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
  52. <!-- footer_eof //-->
  53. <br>
  54. </body>
  55. </html>
  56. <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
  57.  


cron