]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-nice_exit.patch
- up to 2009-01-26 rc
[packages/dokuwiki.git] / dokuwiki-nice_exit.patch
1 --- dokuwiki-2007-06-26b/inc/init.php~  2008-02-21 18:22:13.970804469 +0200
2 +++ dokuwiki-2007-06-26b/inc/init.php   2008-02-21 18:21:49.529717219 +0200
3 @@ -384,7 +384,7 @@
4      </body>
5    </html>
6  EOT;
7 -  exit;
8 +  exit(1);
9  }
10  
11  
This page took 0.027788 seconds and 3 git commands to generate.