]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-nice_exit.patch
- package %{_sysconfdir}/{lang,plugin_lang}, see:
[packages/dokuwiki.git] / dokuwiki-nice_exit.patch
index ee17b73bbe7b250f97908edee69101ff78a3700e..3b1e58d1914a3af4d783b97c9db00d697d003a95 100644 (file)
@@ -1,11 +1,11 @@
---- dokuwiki-2007-06-26b/inc/init.php~ 2008-02-21 18:22:13.970804469 +0200
-+++ dokuwiki-2007-06-26b/inc/init.php  2008-02-21 18:21:49.529717219 +0200
-@@ -384,7 +384,7 @@
    </body>
  </html>
+--- dokuwiki/inc/init.php~     2009-11-10 15:31:11.000000000 +0200
++++ dokuwiki/inc/init.php      2009-11-10 15:31:51.307528750 +0200
+@@ -526,7 +526,7 @@
+ </body>
+ </html>
  EOT;
--  exit;
-+  exit(1);
+-    exit;
++    exit(1);
  }
  
  
This page took 0.042174 seconds and 4 git commands to generate.