diff options
Diffstat (limited to 'php/lib/IceBox.php')
-rw-r--r-- | php/lib/IceBox.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php/lib/IceBox.php b/php/lib/IceBox.php new file mode 100644 index 00000000000..15501980f30 --- /dev/null +++ b/php/lib/IceBox.php @@ -0,0 +1,12 @@ +<?php +// ********************************************************************** +// +// Copyright (c) 2003-2009 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 'IceBox/IceBox.php'; +?> |