PHP Classes

File: vendor/geoip/geoip/tests/bootstrap.php

Recommend this page to a friend!
  Classes of Ganesh Kandu   kchat   vendor/geoip/geoip/tests/bootstrap.php   Download  
File: vendor/geoip/geoip/tests/bootstrap.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: 113 bytes
 

Contents

Class file image Download
<?php

if (!$loader = @include __DIR__ . '/../vendor/autoload.php') {
    die(
'Project dependencies missing');
}