summaryrefslogtreecommitdiff
path: root/php/lib/Ice.php
blob: ae55a19b6b258d7b7f8a31a8c61f23bf95b9b026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
// **********************************************************************
//
// Copyright (c) 2003-2017 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");

?>