summaryrefslogtreecommitdiffstats
path: root/templates/show_install_config.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-08 14:47:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-08 14:47:21 +0000
commitb9561f3f7a17a45dbb64125964fa6337afe0debc (patch)
tree454d98885cf437a1d30199e72e4b86d98523c877 /templates/show_install_config.inc
parentad4feafc3fae2096ea4c7402d0ff0a1e126ad8f0 (diff)
downloadampache-b9561f3f7a17a45dbb64125964fa6337afe0debc.tar.gz
ampache-b9561f3f7a17a45dbb64125964fa6337afe0debc.tar.bz2
ampache-b9561f3f7a17a45dbb64125964fa6337afe0debc.zip
remoted the last of the short tags
Diffstat (limited to 'templates/show_install_config.inc')
-rw-r--r--templates/show_install_config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_install_config.inc b/templates/show_install_config.inc
index b6f5b297..2cbff907 100644
--- a/templates/show_install_config.inc
+++ b/templates/show_install_config.inc
@@ -84,7 +84,7 @@
<br />
<table border="0" cellpadding="0">
<tr>
- <td valign="top"><?= _("Ampache.cfg.php Exists"); ?></td>
+ <td valign="top"><?php echo _("Ampache.cfg.php Exists"); ?></td>
<td valign="top">[
<?
if (!read_config_file($configfile)) {
@@ -101,7 +101,7 @@
</tr>
<tr>
<td valign="top">
- <?= _("Ampache.cfg.php Configured?"); ?>
+ <?php echo _("Ampache.cfg.php Configured?"); ?>
</td>
<td valign="top">[
<?