|
@@ -1,5 +1,4 @@
|
|
|
<?php
|
|
|
-
|
|
|
define("CONF", parse_ini_file(__DIR__ . "/config.ini", true, INI_SCANNER_TYPED));
|
|
|
|
|
|
foreach (array_diff(scandir(CONF['common']['root_path'] . "/fn"), array('..', '.')) as $file)
|
|
@@ -127,6 +126,9 @@ function executePage() {
|
|
|
echo $final_message ?? '';
|
|
|
?>
|
|
|
</main>
|
|
|
+ <footer>
|
|
|
+ <small><a rel="external" href="https://code.antopie.org/Niver/core" class="niver">Code source</a> sous <abbr title="Cooperative Nonviolent Public License No Attribution version 7 ou plus">CNPL-NAv7+</abbr>.</small>
|
|
|
+ </footer>
|
|
|
</body>
|
|
|
</html>
|
|
|
<?php
|