summaryrefslogtreecommitdiffstats
path: root/templates/install_header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_header.inc.php')
-rw-r--r--templates/install_header.inc.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php
index c30417a7..8b5c6434 100644
--- a/templates/install_header.inc.php
+++ b/templates/install_header.inc.php
@@ -1,5 +1,5 @@
<?php
-/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
+/* vim:set softtabstop=4 shiftwidth=4 expandtab: */
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
@@ -39,16 +39,16 @@ $prefix = realpath(dirname(__FILE__). "/../");
<p>For the love of Music</p>
</div>
<div id="text-box">
- <div class="notify">
- <h3><?php echo T_('Requirements'); ?></h3>
- <p>
- <?php echo T_('This page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following prerequisites:'); ?>
- </p>
- <ul>
- <li><?php echo T_('A MySQL server with a username and password that can create/modify databases'); ?></li>
+ <div class="notify">
+ <h3><?php echo T_('Requirements'); ?></h3>
+ <p>
+ <?php echo T_('This page handles the installation of the Ampache database and the creation of the ampache.cfg.php file. Before you continue please make sure that you have the following prerequisites:'); ?>
+ </p>
+ <ul>
+ <li><?php echo T_('A MySQL server with a username and password that can create/modify databases'); ?></li>
<li><?php echo sprintf(T_('Your webserver has read access to the files %s and %s'),$prefix . '/sql/ampache.sql',$prefix . '/config/ampache.cfg.php.dist'); ?></li>
- </ul>
- <p>
+ </ul>
+ <p>
<?php echo sprintf(T_("Once you have ensured that the above requirements are met please fill out the information below. You will only be asked for the required config values. If you would like to make changes to your Ampache install at a later date simply edit %s"), $prefix . '/config/ampache.cfg.php'); ?>
- </p>
+ </p>
</div>