PHP Classes

File: web/SSO/modules/portal/config-templates/module_portal.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/portal/config-templates/module_portal.php   Download  
File: web/SSO/modules/portal/config-templates/module_portal.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 240 bytes
 

Contents

Class file image Download
<?php
/*
 * Configuration for the module portal.
 */

$config = array (

   
'pagesets' => array(
        array(
'frontpage_welcome', 'frontpage_config', 'frontpage_auth', 'frontpage_federation'),
        array(
'santitycheck', 'statistics'),
    ),
   
);

?>