ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
module_portal.php
Go to the documentation of this file.
1<?php
2/*
3 * Configuration for the module portal.
4 */
5
6$config = array (
7
8 'pagesets' => array(
9 array('frontpage_welcome', 'frontpage_config', 'frontpage_auth', 'frontpage_federation'),
10 array('santitycheck', 'statistics'),
11 ),
12
13);
An exception for terminatinating execution or to throw for unit testing.
$config