removed spectre

updated credits
This commit is contained in:
JT Smith 2005-11-21 14:39:05 +00:00
parent e49fcd76e9
commit f1de189938
6 changed files with 15 additions and 297 deletions

View file

@ -23,7 +23,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions
Chris Gebhardt / OpenServe
Andy Grundman
Chris Jackson
Roy Johnson / Sparton
Roy Johnson / Ocean View Creations
Koen de Jonge / ProcoliX
Martin Kamerbeek / ProcoliX
Christian Kocourek

View file

@ -111,6 +111,7 @@ sub updateConfigFile {
}
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::Matrix");
push(@{$newConfig{assets}}, "WebGUI::Asset::Wobject::InOutBoard");
push(@{$newConfig{assets}}, "WebGUI::Asset::File::ZipArchive");
$conf->purge;
$conf->set(%newConfig);
$conf->write;