]> git.pld-linux.org Git - packages/dokuwiki.git/blob - dokuwiki-nice_exit.patch
still old deprecated wrappers, some plugins still have addInitEvent() calls
[packages/dokuwiki.git] / dokuwiki-nice_exit.patch
1 --- dokuwiki/inc/init.php~      2009-11-10 15:31:11.000000000 +0200
2 +++ dokuwiki/inc/init.php       2009-11-10 15:31:51.307528750 +0200
3 @@ -526,7 +526,7 @@
4  </body>
5  </html>
6  EOT;
7 -    exit;
8 +    exit(1);
9  }
10  
11  
This page took 0.022607 seconds and 3 git commands to generate.