]> git.agnieray.net Git - galette.git/blobdiff - galette/webroot/compat_test.php
Run Galette from a subdirectory
[galette.git] / galette / webroot / compat_test.php
index 2f48dafdaa33f3963628dac673fd94f1e09548df..55042d277a1ca15f387cc841728483bc99f6c783 100644 (file)
@@ -7,7 +7,7 @@
  *
  * PHP version 5
  *
- * Copyright © 2013-2014 The Galette Team
+ * Copyright © 2013-2023 The Galette Team
  *
  * This file is part of Galette (http://galette.tuxfamily.org).
  *
@@ -28,7 +28,7 @@
  * @package   Galette
  *
  * @author    Johan Cwiklinski <johan@x-tnd.be>
- * @copyright 2013-2017 The Galette Team
+ * @copyright 2013-2023 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.4dev - 2013-02-03
@@ -78,6 +78,11 @@ $cm->doCheck(false); //do not load with translations!
                 echo $cm->toHtml(false);
                 ?>
                             </ul>
+                <?php
+                if ($cm->isValid() && $phpok) {
+                    echo '<p class="ui center aligned message">You can now <a href="./installer.php">install Galette</a></p>';
+                }
+                ?>
                         </div>
                     </div>
                 </div>