aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-08-25 18:56:40 +0000
committerplegall <plg@piwigo.org>2014-08-25 18:56:40 +0000
commita653b8608126b868010f69b263528667864479c0 (patch)
tree72ac2234466b04eb44b81dcfb0d26b4bef9cc8fe
parent9646b4c61096f7ed5e6ed9809b3e17dd46164df8 (diff)
feature 3105: also display link in install notification email
git-svn-id: http://piwigo.org/svn/trunk@29270 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--install.php2
1 files changed, 2 insertions, 0 deletions
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),