]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-irc-memlimit.patch
- Fixes invalid unix_timestamp() usage
[packages/eventum.git] / eventum-irc-memlimit.patch
CommitLineData
f7505e81
ER
1--- eventum-1.5.1/misc/irc/bot.php~ 2005-03-28 23:30:33.000000000 +0300
2+++ eventum-1.5.1/misc/irc/bot.php 2005-03-29 00:03:57.000000000 +0300
3@@ -36,6 +36,8 @@
4 include_once(APP_INC_PATH . "class.user.php");
5 include_once(APP_PEAR_PATH . 'Net/SmartIRC.php');
6
7+ini_set("memory_limit", "256M");
8+
9 // if requested, clear the lock
10 if (in_array('--fix-lock', @$HTTP_SERVER_VARS['argv'])) {
11 Lock::release('irc_bot');
This page took 0.067267 seconds and 4 git commands to generate.