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