diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-25 07:48:28 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-25 07:48:28 +0000 |
commit | f5a947aa0c2d197d679a3ff53ae17cfdaad41eae (patch) | |
tree | 82a00cc11df0a850ba08d2ee05ca656071c27bc0 /test.php | |
parent | fe5e72104ab0c622a58cd11c56afb00e3ebb7208 (diff) | |
download | ampache-f5a947aa0c2d197d679a3ff53ae17cfdaad41eae.tar.gz ampache-f5a947aa0c2d197d679a3ff53ae17cfdaad41eae.tar.bz2 ampache-f5a947aa0c2d197d679a3ff53ae17cfdaad41eae.zip |
first step to the migration hotness, detect failed config files and show migration docs
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ require_once $prefix . '/lib/debug.lib.php'; Dba::_auto_init(); switch ($_REQUEST['action']) { + case 'config': + require_once $prefix . '/templates/show_test_config.inc.php'; + break; default: require_once $prefix . '/templates/show_test.inc.php'; break; |