diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-17 16:32:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-17 16:32:04 +0000 |
commit | e3734f063ed58356f9653a81f6dea86aa55931f4 (patch) | |
tree | 3aace945cfd5d8e988395170ff92ab75c0419819 /bin/dump_album_art.php.inc | |
parent | c6c2320170b488f64f1c67de23a35f4ca4de59de (diff) | |
download | ampache-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 'bin/dump_album_art.php.inc')
-rw-r--r-- | bin/dump_album_art.php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dump_album_art.php.inc b/bin/dump_album_art.php.inc index 093e7b71..8748cd41 100644 --- a/bin/dump_album_art.php.inc +++ b/bin/dump_album_art.php.inc @@ -22,7 +22,7 @@ $no_session = '1'; -require ("../modules/init.php"); +require ("../lib/init.php"); $catalogs = Catalog::get_catalogs(); |