PHP Classes

File: WIAdmin/WILogs.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WILogs.php   Download  
File: WIAdmin/WILogs.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: 344 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/mlang.php';
}else{
header("location:../index.php");
            }
?>

<!-- footer -->
<!-- end footer -->
</body>
</html>