mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user