summaryrefslogtreecommitdiffstats
path: root/application/views/file/upload_form.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-10-31 12:57:39 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-10-31 12:57:39 +0100
commitd9540210f6baaad022220762412673d80f9843bb (patch)
treeea3df003164dc23a3466c5fd75831b3b24d3aadd /application/views/file/upload_form.php
parente36c3ab68634ef76ea06a6fed5b2cb0d5cbd97ed (diff)
Fix "invite" link on upload_form
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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_form.php b/application/views/file/upload_form.php
index 4d69c69ee..a6f4eedc7 100644
--- a/application/views/file/upload_form.php
+++ b/application/views/file/upload_form.php
@@ -63,7 +63,7 @@
<div class="span6">
<div class="page-header"><h1>Information</h1></div>
<p>This website's primary goal is aiding developers, power users, students and alike in solving problems, debugging software, sharing their configuration, etc. It is not intended to distribute confidential or harmful information, scripts or software.</p>
- <p>If you believe you deserve an account, ask someone who is already using this service to <a href="http://test.paste.xinu.at/index.php/user/invite">invite</a> you.</p>
+ <p>If you believe you deserve an account, ask someone who is already using this service to <a href="<?php echo site_url("user/invite"); ?>">invite</a> you.</p>
<?php if(isset($contact_me_url) && $contact_me_url) { ?>
<p>If you experience any problems feel free to <a href="<?php echo $contact_me_url; ?>">contact me</a>.</p>
<?php } ?>