sbgg.jetzt/init.php

8 lines
125 B
PHP
Raw Permalink Normal View History

2024-02-08 14:57:45 +01:00
<?php
declare(strict_types = 1);
namespace Kimendisch\Sbgg_Jetzt;
2024-02-08 14:57:45 +01:00
// LOAD ENV CONFIG //
require_once("./.env.php");
?>