From a653b8608126b868010f69b263528667864479c0 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 25 Aug 2014 18:56:40 +0000 Subject: feature 3105: also display link in install notification email git-svn-id: http://piwigo.org/svn/trunk@29270 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.php') diff --git a/install.php b/install.php index bfa695644..17c08719c 100644 --- a/install.php +++ b/install.php @@ -495,6 +495,8 @@ else get_l10n_args('Welcome to your new installation of Piwigo!', ''), get_l10n_args('', ''), get_l10n_args('Here are your connection settings', ''), + get_l10n_args('', ''), + get_l10n_args('Link: %s', get_absolute_root_url()), get_l10n_args('Username: %s', $admin_name), get_l10n_args('Password: %s', $admin_pass1), get_l10n_args('Email: %s', $admin_mail), -- cgit v1.2.3