From 4c39371e0e36b4fbbb44fd08c2017226e8f260a4 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 17 Sep 2006 17:42:08 +0200 Subject: install script update I - update hash for devel dokuwiki.php - remove changes.log creation, its no longer required - add allowdebug darcs-hash:20060917154208-9b6ab-612815c241dbff1c2c1c99f0ca1da8bce6c9538e.gz --- install.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index f004ad335..b00a231d6 100644 --- a/install.php +++ b/install.php @@ -40,7 +40,7 @@ $dokuwiki_hash = array( '2005-09-22' => 'e33223e957b0b0a130d0520db08f8fb7', '2006-03-05' => '51295727f79ab9af309a2fd9e0b61acc', '2006-03-09' => '51295727f79ab9af309a2fd9e0b61acc', - 'devel' => '732131839d559198b985e183eefe9a63', + 'devel' => 'd28d181b4f5c6a07be223c93502013c2', ); @@ -246,11 +246,6 @@ function store_data($d){ $ok = true; $d['policy'] = (int) $d['policy']; - // create changes.log - if (!@file_exists(DOKU_INC.'data/changes.log')){ - $ok = $ok && fileWrite(DOKU_INC.'data/changes.log',''); - } - // create local.php $now = date('r'); $output = <<