Home
last modified time | relevance | path

Searched refs:preset (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/
H A Dinstall.php392 $preset = __DIR__ . '/install.conf';
393 if (file_exists($preset)) {
394 $output .= "# preset config options\n";
395 $output .= file_get_contents($preset);
398 @unlink($preset);