PHP Classes

File: box/kchat.php

Recommend this page to a friend!
  Classes of Ganesh Kandu   kchat   box/kchat.php   Download  
File: box/kchat.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: kchat
Database driven PHP live chat system
Author: By
Last change:
Date: 6 years ago
Size: 350 bytes
 

Contents

Class file image Download
<?php

$global
= array();

session_name('KChat_Client_SESSION');
session_start();

if(isset(
$_POST['key'])){
   
$global['key'] = $_POST['key'];
}

ini_set('log_errors', true);
ini_set('error_log', 'logs/error.log');

require_once(
'core/TempCache.php');
require_once(
'core/sandesh.php');
require_once(
'core/config.php');
require_once(
'core/kchat.php');