summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-25 07:48:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-25 07:48:28 +0000
commitf5a947aa0c2d197d679a3ff53ae17cfdaad41eae (patch)
tree82a00cc11df0a850ba08d2ee05ca656071c27bc0 /test.php
parentfe5e72104ab0c622a58cd11c56afb00e3ebb7208 (diff)
downloadampache-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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.php b/test.php
index 6cda42b3..e198e65d 100644
--- a/test.php
+++ b/test.php
@@ -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;