File: config.php

Recommend this page to a friend!
  Classes of Andras Toth   Call Me   config.php   Download  
File: config.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Call Me
Establish video chat communications between users
Author: By
Last change: some small change
Date: 2 years ago
Size: 307 bytes
 

Contents

Class file image Download
<?php $_SESSION['cfg'] = array( 'SQL_CONN' => 'mysql:host=HOST;dbname=DB_NAME;charset=utf8', 'SQL_USER' => 'USER', 'SQL_PASS' => 'PASS', //sqlsrv connect : //'SQL_CONN' => 'sqlsrv:Server=SERVER;Database=DB_NAME', //'SQL_USER' => null, //'SQL_PASS' => null, 'PEER_KEY' => 'OBTAINED_PEER_KEY' );