PHP Classes

File: web/SSO/modules/logpeek/config-templates/module_logpeek.php

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

Contents

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

$config = array (
   
'logfile' => '/var/log/simplesamlphp.log',
   
'lines' => 1500,
   
// Read block size. 8192 is max, limited by fread.
   
'blocksz' => 8192,
);

?>