summaryrefslogtreecommitdiffstats
path: root/templates/show_test_config.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /templates/show_test_config.inc.php
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'templates/show_test_config.inc.php')
-rw-r--r--templates/show_test_config.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php
index 085fa17c..9c1807b0 100644
--- a/templates/show_test_config.inc.php
+++ b/templates/show_test_config.inc.php
@@ -25,8 +25,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ampache -- Config Debug Page</title>
-</head>
-<body bgcolor="#f0f0f0">
<link rel="stylesheet" href="templates/install.css" type="text/css" media="screen" />
<style type="text/css">
body {
@@ -36,6 +34,8 @@ body {
padding-left: 10px;
}
</style>
+</head>
+<body bgcolor="#f0f0f0">
<div id="header">
<h1><?php echo _('Ampache Debug'); ?></h1>
<p>Ampache.cfg.php error detected</p>
@@ -47,7 +47,7 @@ If you are upgrading from 3.3.x please see the directions below.</p>
<h3>Migrating from 3.3.x to 3.4.x</h3>
<p>Ampache 3.4 uses a different config parser that is over 10x faster then the previous version. Unfortunately the new parser is
-unable to read the old config files. You must run <strong>php /bin/migrate_config.inc</strong> from the command line to create your
+unable to read the old config files. From inside the Ampache root directory you must run <strong>php bin/migrate_config.inc</strong> from the command line to create your
new config file.</p>
<p>The following settings will not be migrated by the <strong>migrate_config.inc</strong> script due to major changes between versions. The default
@@ -75,7 +75,7 @@ This variable no longer exists, all downsampling/transcoding is handled by the t
</div>
<div id="bottom">
<p><strong>Ampache Debug.</strong><br />
-For the love of Music.</p>
+Pour l'Amour de la Musique.</p>
</div>
</body>
</html>