Mercurial > hg > udpmsg3
comparison hub/config.php @ 0:dd81c38b513a
Initial commit
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 28 Feb 2011 00:49:07 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:dd81c38b513a |
---|---|
1 <?php | |
2 $config = array( | |
3 'tcplisten' => array( | |
4 array(), | |
5 ), 'tcpconnect' => array( | |
6 ), 'udppeer' => array( | |
7 ), | |
8 'logsize' => 1024, | |
9 ); | |
10 | |
11 if (!defined('CONFIGFILE')) define('CONFIGFILE', __FILE__); | |
12 if (!defined('APP_LOADED')) include './hub.php'; |