adding search engine
This commit is contained in:
parent
314d8daacb
commit
ef8e8704c5
14 changed files with 535 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ if (opendir (CONFDIR,$confdir)) {
|
|||
$exclude =~ s/ //g;
|
||||
unless (isIn($namespace, split(/,/,$exclude))) {
|
||||
$cmd = $plugins{$namespace};
|
||||
&$cmd();
|
||||
&$cmd($verbose);
|
||||
}
|
||||
print " (".($currentTime-$previousTime)." seconds)\n" if ($verbose);
|
||||
$previousTime = $currentTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue