WvDBusMsg::is_reply() had an unnecessary hack for message #1.
[wvapps.git] / planit / example / config.inc.php
blob4da78701a5b6f43ff2287742fc9a4fc533747f6a
1 <?php
3 $name = 'Example PlaNit';
4 $link = 'http://planit.example.com/';
5 $admin = 'System Administrator';
6 $email = 'somebody@somewhere.org';
7 //$logfile = '/home/dcoombs/Files/nitloglog';
8 $staticpage = '/tmp/planitstatic';
9 $mugshotdir = 'mugshots';
10 $adminpass = 'changeme';
12 $layout = 'simple.inc.html';
13 //$layout = 'fancy.inc.html';
15 $articles_per_person = 5;
16 $maximum_days = 14;
18 $feeds = array(
19 'dcoombs' => array(
20 'name' => 'Dave Coombs',
21 'url' => 'http://people.nit.ca/~dcoombs/nitlog/rss.php' ),
23 'mich' => array(
24 'name' => 'Michel &Eacute;mond',
25 'url' => 'http://people.nit.ca/~mich/niti/rss.xml' )