]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-irc-config.patch
- Massive: include->require
[packages/eventum.git] / eventum-irc-config.patch
index d314dc8b0448b98801d09c42c28978dbf81fe67b..38293ab72163706bbe0b478253b80ef2ca5a2fd9 100644 (file)
@@ -70,8 +70,8 @@
 @@ -31,6 +31,7 @@
  ini_set("memory_limit", "256M");
  
include_once("../../config.inc.php");
-+include_once('/etc/eventum/irc.php');
include_once(APP_INC_PATH . "db_access.php");
include_once(APP_INC_PATH . "class.auth.php");
include_once(APP_INC_PATH . "class.lock.php");
require_once("../../config.inc.php");
++require_once('/etc/eventum/irc.php');
require_once(APP_INC_PATH . "db_access.php");
require_once(APP_INC_PATH . "class.auth.php");
require_once(APP_INC_PATH . "class.lock.php");
This page took 0.056839 seconds and 4 git commands to generate.