Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/* vim: set noai expandtab tabstop=4 softtabstop=4 shiftwidth=4: */
3
/**
4
 * Script to set test parameters.
5
 *
6
 * PHP version 5
7
 *
8
 * @category  System
9
 * @package   System_Daemon
10
 * @author    Kevin van Zonneveld <kevin@vanzonneveld.net>
11
 * @copyright 2008 Kevin van Zonneveld (http://kevin.vanzonneveld.net)
12
 * @license   http://www.opensource.org/licenses/bsd-license.php New BSD Licence
13
 * @version   SVN: Release: $Id: tests-config.php 42 2009-09-21 10:01:23Z tiefland $
14
 * @link      http://trac.plutonia.nl/projects/system_daemon
15
 */
16
 
17
    $path = ini_get('include_path');
18
    ini_set('include_path', realpath('../') . PATH_SEPARATOR . $path);
19
 
20
?>