]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc-config.patch
- update to 20070208.3242
[packages/eventum.git] / eventum-irc-config.patch
1 --- eventum/misc/irc/bot.php~   2007-02-09 00:45:56.986122049 +0200
2 +++ eventum/misc/irc/bot.php    2007-02-09 00:46:41.197119803 +0200
3 @@ -30,20 +30,8 @@
4  
5  ini_set('memory_limit', '256M');
6  
7 -require_once('../../init.php');
8 -
9 -if (!file_exists(APP_CONFIG_PATH . 'irc_config.php')) {
10 -    echo "ERROR: No config specified. Please see setup/irc_config.php for config information.\n\n";
11 -    exit;
12 -}
13 -require_once(APP_CONFIG_PATH . 'irc_config.php');
14 -
15 -
16 -// ============================================
17 -// ============================================
18 -// NO NEED TO UPDATE ANYTHING BELOW THIS LINE
19 -// ============================================
20 -// ============================================
21 +require_once('/etc/webapps/eventum/core.php');
22 +require_once('/etc/eventum/irc.php');
23  
24  require_once(APP_INC_PATH . 'db_access.php');
25  require_once(APP_INC_PATH . 'class.auth.php');
This page took 0.054877 seconds and 3 git commands to generate.