summaryrefslogtreecommitdiffstats
path: root/templates/show_test.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.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.inc.php')
-rw-r--r--templates/show_test.inc.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/show_test.inc.php b/templates/show_test.inc.php
index 43338288..5c193f98 100644
--- a/templates/show_test.inc.php
+++ b/templates/show_test.inc.php
@@ -25,13 +25,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ampache -- Debug Page</title>
+<link rel="stylesheet" href="templates/install.css" type="text/css" media="screen" />
</head>
<body bgcolor="#f0f0f0">
-<link rel="stylesheet" href="templates/install.css" type="text/css" media="screen" />
<div id="header">
<h1><?php echo _('Ampache Debug'); ?></h1>
<p><?php echo _('You\'ve reached this page because a configuration error has occured. Debug Information below'); ?></p>
</div>
+<div>
<table align="center" cellpadding="3" cellspacing="0">
<tr>
<td><font size="+1"><?php echo _('CHECK'); ?></font></td>
@@ -246,7 +247,7 @@
}
$results['web_path'] = $http_type . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . Config::get('web_path');
if ($status['parse_config']) {
- echo "<img src=\"" . $results['web_path'] ."/images/ampache.png\" width=\"80\" height=\"15\"/>";
+ echo "&nbsp;&nbsp;&nbsp;<img src=\"" . $results['web_path'] ."/images/icon_enable.png\" />&nbsp;&nbsp;&nbsp;";
}
else {
$status['check_webpath'] = false;
@@ -257,15 +258,15 @@
]
</td>
<td>
- This test makes sure that your web_path variable is set correctly and that we are able to get to the index page. If you do not see the ampache
- logo here then your web_path is not set correctly.
+ This test makes sure that your web_path variable is set correctly and that we are able to get to the index page. If you do not see a check mark
+ here then your web_path is not set correctly.
</td>
</tr>
</table>
</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>