blob: 9c0ad00a5f3e84a62521e07aa949908ada11434d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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 'IceGrid/Admin.php';
require_once 'IceGrid/Descriptor.php';
require_once 'IceGrid/FileParser.php';
require_once 'IceGrid/Registry.php';
require_once 'IceGrid/UserAccountMapper.php';
?>
|