mirror of
https://github.com/e107inc/e107.git
synced 2025-04-16 10:32:08 +02:00
More accurate callback URL in e107_plugins/social/admin_config.php help
This commit is contained in:
parent
ae6340c233
commit
28aad3c8e9
@ -202,7 +202,7 @@ class social_ui extends e_admin_ui
|
||||
{
|
||||
$notice = "".LAN_SOCIAL_ADMIN_08." <br /><a href='".self::TEST_URL."' rel='external'>".self::TEST_URL."</a>";
|
||||
|
||||
$callBack = SITEURL."index.php";
|
||||
$callBack = SITEURL;
|
||||
$notice .= "<br /><br />".LAN_SOCIAL_ADMIN_09."</br ><a href='".$callBack."'>".$callBack."</a>";
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user