]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc-config.patch
- drop context line with version from diff
[packages/eventum.git] / eventum-irc-config.patch
1 --- eventum/misc/irc/bot.php~   2007-02-09 00:55:47.199440664 +0200
2 +++ eventum/misc/irc/bot.php    2007-02-09 01:39:53.609120026 +0200
3 @@ -1,3 +1,4 @@
4 +#!/usr/bin/php
5  <?php
6  /* vim: set expandtab tabstop=4 shiftwidth=4 encoding=utf-8: */
7  // +----------------------------------------------------------------------+
8 @@ -30,7 +31,7 @@
9  
10  ini_set('memory_limit', '1024M');
11  
12 -require_once(dirname(__FILE__) . '/../../init.php');
13 +require_once('/usr/share/eventum/htdocs/init.php');
14  
15  if (!file_exists(APP_CONFIG_PATH . 'irc_config.php')) {
16      echo "ERROR: No config specified. Please see setup/irc_config.php for config information.\n\n";
This page took 0.085314 seconds and 3 git commands to generate.