summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2020-08-12 14:16:46 -0400
committerspiderr <spiderr@bitweaver.org>2020-08-12 14:16:46 -0400
commit14fc2b78da7c53e7ee3373c937559a43915124ab (patch)
treef3106d4ecda2ecb02d879db377be1e920c867699 /templates/admin_liberty.tpl
parent3a7e59509f9657aee85bd9b161e9588c4739a96f (diff)
downloadliberty-14fc2b78da7c53e7ee3373c937559a43915124ab.tar.gz
liberty-14fc2b78da7c53e7ee3373c937559a43915124ab.tar.bz2
liberty-14fc2b78da7c53e7ee3373c937559a43915124ab.zip
move all captcha code to users/
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index 55b0fe3..4bb7cc8 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -71,7 +71,7 @@
{formhelp note=$output.note page=$output.page}
{if $item == "liberty_use_captcha_freecap"}
<p>{tr}If you can see the image below, you can use freecap{/tr}</p>
- <img src="{$smarty.const.UTIL_PKG_URL}freecap/freecap.php" alt="{tr}Random Image{/tr}" title="{tr}Random Image{/tr}" />
+ <img src="{$smarty.const.USERS_PKG_URL}freecap/freecap.php" alt="{tr}Random Image{/tr}" title="{tr}Random Image{/tr}" />
{/if}
{/forminput}
</div>