]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-paths.patch
- fix config location
[packages/eventum.git] / eventum-paths.patch
index 1951487b13513981d49bccdb4a3044c74db09705..976d4a99ef57897e3c7aa2e39be5e68c95cb9a08 100644 (file)
@@ -29,7 +29,7 @@
  // +----------------------------------------------------------------------+
  
 -if (!file_exists(dirname(__FILE__) . '/config/config.php') || !filesize(dirname(__FILE__) . '/config/config.php')) {
-+if (!file_exists('/etc/webapps/eventum/config/config.php') || !filesize('/etc/webapps/eventum/config/config.php')) {
++if (!file_exists('/etc/webapps/eventum/config.php') || !filesize('/etc/webapps/eventum/config.php')) {
      Header('Location: setup/');
      exit(0);
  }
This page took 0.033147 seconds and 4 git commands to generate.