]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-irc-mem.patch
- memory limit patches merged
[packages/eventum.git] / eventum-irc-mem.patch
CommitLineData
7dc31bd8
ER
1--- eventum-1.7.0/misc/irc/bot.php~ 2005-12-29 21:27:25.000000000 +0200
2+++ eventum-1.7.0/misc/irc/bot.php 2005-12-30 00:14:31.000000000 +0200
3@@ -28,6 +28,8 @@
4 // @(#) $Id$
5 //
6
7+ini_set("memory_limit", "256M");
8+
9 include_once("../../config.inc.php");
10 include_once(APP_INC_PATH . "db_access.php");
11 include_once(APP_INC_PATH . "class.auth.php");
12@@ -36,8 +38,6 @@
13 include_once(APP_INC_PATH . "class.user.php");
14 include_once(APP_PEAR_PATH . 'Net/SmartIRC.php');
15
16-ini_set("memory_limit", "256M");
17-
18 // the following is the list of IRC channels that the bot should connect to,
19 // and the associated project name
20 $channels = array(
This page took 0.02278 seconds and 4 git commands to generate.