Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/phpwebsite-1.8.x/inc/
Upload File :
Current File : /var/www/html/ajay/phpwebsite-1.8.x/inc/BootstrapPhpunit.php

<?php

$val = ini_get('include_path');

define('PHPWS_SOURCE_DIR', __DIR__ . '/../');
ini_set('display_errors', 'on');
ini_set('error_reporting', E_ALL);
require_once PHPWS_SOURCE_DIR . 'Global/Functions.php';

require_once PHPWS_SOURCE_DIR . 'Global/Implementations.php';

ini_set('include_path', $val);

?>