summaryrefslogtreecommitdiffstats
path: root/templates/install_header.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 18:13:32 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2013-05-13 21:11:18 -0400
commit716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc (patch)
treef5ac88c0086b1d6acc75dc485c36227bb94ca733 /templates/install_header.inc.php
parent3ade42684d38d0b2b645962a4593d3ed5f1eeec6 (diff)
downloadampache-716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc.tar.gz
ampache-716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc.tar.bz2
ampache-716c50f2e9b4f1a3f7c1cbacb7010b040f8515dc.zip
Clean up the install code a bit
Remove lang/charset copypasta, unnecessary setting of $prefix, unnecessary constants.
Diffstat (limited to 'templates/install_header.inc.php')
-rw-r--r--templates/install_header.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php
index 8b5c6434..112ee4b2 100644
--- a/templates/install_header.inc.php
+++ b/templates/install_header.inc.php
@@ -20,7 +20,6 @@
*
*/
-$prefix = realpath(dirname(__FILE__). "/../");
?>
<?php if (!defined('INSTALL')) { exit; } ?>
<?php $results = 0; ?>