diff options
Diffstat (limited to 'php/lib/IceStorm.php')
-rw-r--r-- | php/lib/IceStorm.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/php/lib/IceStorm.php b/php/lib/IceStorm.php new file mode 100644 index 00000000000..8a396345124 --- /dev/null +++ b/php/lib/IceStorm.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 'IceStorm/IceStorm.php'; +?> |