blob: a58f8bdd5d76fa6ad06b09375a123ff2ff4e1e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Author: Daniel Baumann <daniel@debian.org>
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 <a href=\"install.php\">run the
- installer</a>?");
+ You should check your config and permission settings.");
}
}
|