Initial commit

This commit is contained in:
2026-01-02 21:00:45 +01:00
commit f141228c32
52 changed files with 8512 additions and 0 deletions

7
files/ezine.conf.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
// configuration of my database
$host = "rdbms.strato.de";
$login= "U3611332";
$base = "DB3611332";
$password="Scheisshaus20";
?>