summaryrefslogtreecommitdiff
path: root/php/lib/Ice.php
blob: 7f06a42f511c5438ff224bce3c1e6be01d5a59f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// **********************************************************************
//
// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

require_once(function_exists("Ice\\initialize") ? "Ice_ns.php" : "Ice_no_ns.php");

?>