git-svn-id: http://xe-core.googlecode.com/svn/trunk@248 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-05 10:05:53 +00:00
parent d0aeb583ec
commit eaadbea932
10 changed files with 134 additions and 14 deletions

View file

@ -37,7 +37,7 @@
$addon = trim($addon_list[$i]);
if(!$addon) continue;
$buff .= sprintf(' include("./files/addons/%s/%s.addon.php"); ', $addon, $addon);
$buff .= sprintf(' include("./addons/%s/%s.addon.php"); ', $addon, $addon);
}
$buff = sprintf('<?if(!__ZB5__)exit(); %s ?>', $buff);