PHP Classes

File: WIInstall/WICore/WIClass/WI.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIInstall/WICore/WIClass/WI.php   Download  
File: WIInstall/WICore/WIClass/WI.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 461 bytes
 

Contents

Class file image Download
<?php

include_once 'WIConfig.php';
include_once
'WISession.php';
include_once
'WIValidator.php';
include_once
'WILang.php';
include_once
'WIRequirements.php';
include_once
'WIdb.php';
include_once
'WIDBSeetings.php';
include_once
'install.php';

//$installer = session_name('install');
WISession::startSession();
WISession::set("name", 'WIInstall');

$installer = WISession::get('name');


if ( isset (
$_GET['lang'] ) )
   
WILang::setLanguage($_GET['lang']);
?>