PHP Classes

File: web/SSO/modules/metaedit/config-template/module_metaedit.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/metaedit/config-template/module_metaedit.php   Download  
File: web/SSO/modules/metaedit/config-template/module_metaedit.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: 268 bytes
 

Contents

Class file image Download
<?php
/*
 * The configuration of simpleSAMLphp statistics package
 */

$config = array (
   
'admins' => array('andreas@rnd.feide.no'),
   
'metahandlerConfig' => array('directory' => 'metadata/metaedit'),
   
'auth' => 'saml2',
   
'useridattr' => 'eduPersonPrincipalName',
);