Author: Daniel Baumann Description: Removing reference to removed install.php. diff -Naurp dokuwiki.orig/inc/init.php dokuwiki/inc/init.php --- dokuwiki.orig/inc/init.php +++ dokuwiki/inc/init.php @@ -301,9 +301,7 @@ function init_paths() if (empty($conf[$c])) { $path = fullpath($path); nice_die("The $c ('$p') at $path is not found, isn't accessible or writable. - You should check your config and permission settings. - Or maybe you want to run the - installer?"); + You should check your config and permission settings."); } }