<?php /** * Publicly enabled version of lib/dpclient.php * * DutchPIPE version 0.4; PHP version 5 * * LICENSE: This source file is subject to version 1.0 of the DutchPIPE license. * If you did not receive a copy of the DutchPIPE license, you can obtain one at * http://dutchpipe.org/license/1_0.txt or by sending a note to * hide@address.com, in which case you will be mailed a copy immediately. * * @package DutchPIPE * @subpackage public * @author Lennert Stock <hide@address.com> * @copyright 2006, 2007 Lennert Stock * @license http://dutchpipe.org/license/1_0.txt DutchPIPE License * @version Subversion: $Id: dpclient.php 277 2007-08-19 18:15:10Z ls $ * @link http://dutchpipe.org/manual/package/DutchPIPE * @see dpserver-ini.php, dpserver.php, dpclient.css */ /** * Gets dpclient.php functionality */ require_once(realpath(dirname(__FILE__) . '/..') . '/lib/dpclient.php'); ?>