]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - install.php
Notice::saveNew() accepts url and rendered options
[quix0rs-gnu-social.git] / install.php
index e7f7cf318786c576b9792277afc3cee67d1a12b5..435f6d63bf4ffe22f43045568b22cadc92ec0039 100644 (file)
@@ -301,7 +301,7 @@ function checkPrereqs()
     }
 
     $reqs = array('gd', 'curl',
-                  'xmlwriter', 'mbstring','tidy');
+                  'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml');
 
     foreach ($reqs as $req) {
         if (!checkExtension($req)) {
@@ -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>