strikt types

This commit is contained in:
Troy Grunt
2026-02-15 14:45:02 +01:00
parent a093603c3c
commit cd031464e6
13 changed files with 77 additions and 69 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
// include ('config.php');
include_once ('sql.php');
$sql = new SQL ();
@@ -8,4 +9,4 @@ include_once ('mail.php');
include_once ('debug.php');
include_once ('troy-api.php');
// include_once ('markdown.php');
?>
?>