summaryrefslogtreecommitdiffstats
path: root/admin/duplicates.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-17 16:32:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-17 16:32:04 +0000
commite3734f063ed58356f9653a81f6dea86aa55931f4 (patch)
tree3aace945cfd5d8e988395170ff92ab75c0419819 /admin/duplicates.php
parentc6c2320170b488f64f1c67de23a35f4ca4de59de (diff)
downloadampache-e3734f063ed58356f9653a81f6dea86aa55931f4.tar.gz
ampache-e3734f063ed58356f9653a81f6dea86aa55931f4.tar.bz2
ampache-e3734f063ed58356f9653a81f6dea86aa55931f4.zip
moved init.php improved vainfo a bit, removed checkboxes from search page
Diffstat (limited to 'admin/duplicates.php')
-rw-r--r--admin/duplicates.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/duplicates.php b/admin/duplicates.php
index 2680e05e..d0167bbb 100644
--- a/admin/duplicates.php
+++ b/admin/duplicates.php
@@ -1,8 +1,7 @@
<?php
-
/*
- Copyright (c) 2001 - 2005 Ampache.org
+ Copyright (c) 2001 - 2006 Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -24,7 +23,7 @@
// Allows users to search for duplicate songs in their catalogs
-require_once ("../modules/init.php");
+require_once ('../lib/init.php');
require_once( conf('prefix').'/lib/duplicates.php');