diff options
author | Brion Vibber <brion@status.net> | 2010-01-04 10:41:52 -0800 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-01-04 10:41:52 -0800 |
commit | 38912b34c7f9d0a377feeb76572003a36c61ee7e (patch) | |
tree | c9562dde2d12a80edb4112034b9f361735b49369 | |
parent | 11d7365a15bb8c8cb856bf0d545a0b550f3dbe26 (diff) |
Drop the overly-prominent link to checklibs display; it's unnecessary and just confuses people.
The ability's still there to aid in debugging, but it won't be tempting people to click on it.
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index 1c62bb2b2..435f6d63b 100644 --- a/install.php +++ b/install.php @@ -454,7 +454,6 @@ function showForm() <dd> <div class="instructions"> <p>Enter your database connection information below to initialize the database.</p> - <p>StatusNet bundles a number of libraries for ease of installation. <a href="?checklibs=true">You can see what bundled libraries you are using, versus what libraries are installed on your server.</a> </div> </dd> </dl> |