diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_form.php | 4 |
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> |