mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 05:37:03 +02:00
Site Url without trailing slashes
This commit is contained in:
@@ -20,7 +20,7 @@ Plugin::register( __FILE__,
|
||||
'http://monstra.org/');
|
||||
|
||||
// Set crypt captcha path to images
|
||||
$cryptinstall = Option::get('siteurl').'plugins/captcha/crypt/images/';
|
||||
$cryptinstall = Option::get('siteurl').'/plugins/captcha/crypt/images/';
|
||||
|
||||
// Include Crypt Captcha
|
||||
include PLUGINS . DS . 'captcha/crypt/cryptographp.fct.php';
|
||||
|
Reference in New Issue
Block a user