summaryrefslogtreecommitdiff
path: root/php/lib/Ice.php
blob: 0973fa46de9de9eb47a221d84d9d1a0ceeaf0cb3 (plain)
1
2
3
4
5
6
7
8
<?php
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

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

?>