]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-irc-config.patch
- update to 20070208.3242
[packages/eventum.git] / eventum-irc-config.patch
CommitLineData
6bc9df54
ER
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 @@
d6e37bfa 4
4fe3651b 5 ini_set('memory_limit', '256M');
d6e37bfa 6
31dabce6 7-require_once('../../init.php');
50312993 8-
31dabce6
ER
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-}
6bc9df54 13-require_once(APP_CONFIG_PATH . 'irc_config.php');
50312993 14-
6bc9df54
ER
15-
16-// ============================================
17-// ============================================
18-// NO NEED TO UPDATE ANYTHING BELOW THIS LINE
19-// ============================================
20-// ============================================
c33fceff 21+require_once('/etc/webapps/eventum/core.php');
d6e37bfa 22+require_once('/etc/eventum/irc.php');
31dabce6 23
6bc9df54
ER
24 require_once(APP_INC_PATH . 'db_access.php');
25 require_once(APP_INC_PATH . 'class.auth.php');
This page took 0.461313 seconds and 4 git commands to generate.