summaryrefslogtreecommitdiffstats
path: root/bin/compare_config.php.inc
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 /bin/compare_config.php.inc
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 'bin/compare_config.php.inc')
-rw-r--r--bin/compare_config.php.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/compare_config.php.inc b/bin/compare_config.php.inc
index af29b381..c5393ede 100644
--- a/bin/compare_config.php.inc
+++ b/bin/compare_config.php.inc
@@ -1,7 +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
@@ -21,8 +21,8 @@
*/
$no_session = '1';
-require ("../modules/init.php");
-require ("../lib/debug.php");
+require ('../lib/init.php');
+require ('../lib/debug.php');
$results = debug_read_config(conf('prefix') . "/config/ampache.cfg.php");