dList v2.2.3 beta

- started keeping track of version numbers properly
- added finnish translation
- edited multiple things in simple template
- added file/folder hiding by the use of regular expressions
- updated most main parts of dlist

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@19 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-04-17 16:46:05 +00:00
parent edf251dbec
commit 3f5b4da066
15 changed files with 299 additions and 57 deletions

View File

@@ -2,7 +2,7 @@
/*
dList v2.2.0 beta
dList v2.2.3 beta
Copyright © 2006 Jim Myhrberg. All rights reserved.
zynode@gmail.com
@@ -51,7 +51,7 @@ $exec->addPath(
)
);
foreach( $config->path_plugins as $key => $value ) {
$exec->addPath($value.'/*.exc.php');
$exec->addPath($value.'/*.exec.php');
}
$exec->cache();
include($exec->include_file);