diff options
Diffstat (limited to 'import.arches.php')
-rw-r--r-- | import.arches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import.arches.php b/import.arches.php index 7ef209b..d0a9d80 100644 --- a/import.arches.php +++ b/import.arches.php @@ -1,7 +1,7 @@ <? require_once 'header.php'; - require_once '../class.portage.tree.php'; + require_once 'class.portage.tree.php'; $tree = new PortageTree(); |