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