diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/instadisc.php')
| -rw-r--r-- | update/plugin/phpBB3/trunk/root/instadisc.php | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/update/plugin/phpBB3/trunk/root/instadisc.php b/update/plugin/phpBB3/trunk/root/instadisc.php index 76771f7..6cd00bb 100644 --- a/update/plugin/phpBB3/trunk/root/instadisc.php +++ b/update/plugin/phpBB3/trunk/root/instadisc.php | |||
| @@ -28,8 +28,9 @@ $template->set_filenames(array( | |||
| 28 | ); | 28 | ); |
| 29 | 29 | ||
| 30 | $template->assign_vars(array( | 30 | $template->assign_vars(array( |
| 31 | 'S_SUBSCRIPTION' => ($config['server_protocol'] . $config['server_name'] . $config['script_path'] . '/'), | 31 | 'S_SUBSCRIPTION' => (generate_board_url() . '/'), |
| 32 | 'S_TITLE' => $config['id_subscription_title'], | 32 | 'S_TITLE' => $config['id_subscription_title'], |
| 33 | 'S_KEY' => $config['id_activation_key'], | ||
| 33 | )); | 34 | )); |
| 34 | 35 | ||
| 35 | page_footer(); | 36 | page_footer(); |
