diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 00:03:04 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 00:03:04 +0000 |
commit | 198297e0d465de8d479db93cf17d08b5b5e1016e (patch) | |
tree | 7ffa7f7d8c55daadadb4e30e72880fd5cb7405aa /installer/views | |
parent | 72c7fed975ce797da1f33ea82651c5a91ce3957e (diff) |
Instead of putting after_install in the url, put it in the session.
This helps us to make sure that we only see the welcome message once.
Diffstat (limited to 'installer/views')
-rw-r--r-- | installer/views/success.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/views/success.html.php b/installer/views/success.html.php index d7dbc4d1..4bca2fb1 100644 --- a/installer/views/success.html.php +++ b/installer/views/success.html.php @@ -19,5 +19,5 @@ </p> <?php endif ?> -<h2> <a href="..?after_install=1">Start using Gallery</a> </h2> +<h2> <a href="..">Start using Gallery</a> </h2> |