Home
last modified time | relevance | path

Searched refs:nice_die (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A DActionRouter.php164 nice_die(hsc($msg));
H A Dfarm.php65 nice_die('Sorry! Invalid animal name!');
67 nice_die("Sorry! This Wiki doesn't exist!");
H A Dinit.php303 nice_die("The $c ('$p') at $path is not found, isn't accessible or writable.
369 nice_die("$file is not writable. Check your permissions settings!");
577 function nice_die($msg)
593 throw new RuntimeException('nice_die: ' . $msg);
550 function nice_die($msg){ global() function