summaryrefslogtreecommitdiffstats
path: root/application/views/file/upload_form.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-19 20:53:22 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-19 20:53:22 +0200
commit1f156ef274c6a64d2c0d444ebb74315a51600a05 (patch)
tree52d69604585a552d2a2135086f2f89a5d909ca9d /application/views/file/upload_form.php
parent49096ffbef17eaabfae48e75b2a1993d616f3289 (diff)
make "contact me" on the main page optional
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_form.php')
-rw-r--r--application/views/file/upload_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 36c9308b8..47238fbbc 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -93,8 +93,8 @@ document.write('\
<?php endif; ?>. Maximum upload size is <?php echo format_bytes($max_upload_size); ?></p>
<p>For shell uploading/pasting and download information for the client go to <a href="<?php echo site_url("file/client"); ?>"><?php echo site_url("file/client"); ?></a></p>
<br />
-<p>If you experience any problems feel free to <a href="http://bluewind.at/?id=1">contact me</a>.</p>
-<br />
+<?php if($contact_me_url) {?><p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p>
+<br /><?php }; ?>
<div class="small">
<p>This service is provided without warranty of any kind and may not be used to distribute copyrighted content.</p>
</div>