summaryrefslogtreecommitdiffstats
path: root/templates/install_header.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:00:32 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:38:46 -0500
commitef4d3660605efc7f1328d4533b0f4bfb6c1107e2 (patch)
treee4377fb129a899e65aaaf421f8c97098aecaedd5 /templates/install_header.inc.php
parent8a750c3e875d590d351c3042570a134fcdf03e5d (diff)
downloadampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.tar.gz
ampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.tar.bz2
ampache-ef4d3660605efc7f1328d4533b0f4bfb6c1107e2.zip
Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
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>