summaryrefslogtreecommitdiffstats
path: root/templates/show_get_albumart.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-25 05:49:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-25 05:49:22 +0000
commit79316acb81fe9215b09ec41918b9a402560e7bef (patch)
tree9a71adc5d6dd297e3f39976796e380be10f19a4e /templates/show_get_albumart.inc.php
parent035b273ff529a34e1d2cb52bd61c653c6bff8250 (diff)
downloadampache-79316acb81fe9215b09ec41918b9a402560e7bef.tar.gz
ampache-79316acb81fe9215b09ec41918b9a402560e7bef.tar.bz2
ampache-79316acb81fe9215b09ec41918b9a402560e7bef.zip
fixed find album art, including a fix from Karl Hungus... seriously I am not making that name up
Diffstat (limited to 'templates/show_get_albumart.inc.php')
-rw-r--r--templates/show_get_albumart.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php
index 3375ae18..7d2bd475 100644
--- a/templates/show_get_albumart.inc.php
+++ b/templates/show_get_albumart.inc.php
@@ -21,7 +21,7 @@
*/
?>
<?php show_box_top(_('Customize Search')); ?>
-<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo conf('web_path'); ?>/albums.php?action=find_art&album_id=<?php echo $album->id; ?>&artist_name=<?php echo $_REQUEST['artist_name'];?>&album_name=<?php echo $_REQUEST['album_name']; ?>&cover=<?php echo scrub_out($_REQUEST['cover']); ?>" style="Display:inline;">
+<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo Config::get('web_path'); ?>/albums.php?action=find_art&album_id=<?php echo $album->id; ?>&artist_name=<?php echo $_REQUEST['artist_name'];?>&album_name=<?php echo $_REQUEST['album_name']; ?>&cover=<?php echo scrub_out($_REQUEST['cover']); ?>" style="Display:inline;">
<table>
<tr>
</tr>
@@ -62,7 +62,7 @@
<td>
<input type="hidden" name="action" value="find_art" />
<input type="hidden" name="album_id" value="<?php echo $album->id; ?>" />
- <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo conf('max_upload_size'); ?>" />
+ <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo Config::get('max_upload_size'); ?>" />
<input type="submit" value="<?php echo _('Get Art'); ?>" />
</td>
</tr>