PHP Classes

File: WIAdmin/WIAdmin.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIAdmin.php   Download  
File: WIAdmin/WIAdmin.php
Role: Example script
Content type: text/plain
Description: Example script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 6 years ago
Size: 390 bytes
 

Contents

Class file image Download
<?php
define
("INCLUDE_CHECK", true);
include_once
'WICore/init.php';

 if(
$admin->isAdmin()){
include_once
'WIInc/WI_start_up.php';
include_once
'WIInc/WI_header.php';
include_once
'WIInc/sidebar.php';
include_once
'WIInc/admin.php';
              
            }else{
header("location:../index.php");
            }
          
?>




<!-- footer -->
<!-- end footer -->




</body>
</html>