Compare commits

...

3 Commits

Author SHA1 Message Date
a50cdc58d0 Update README.md 2025-06-16 11:46:01 +02:00
1df705a235 Merge remote-tracking branch 'origin/main' 2025-06-12 16:15:25 +02:00
5594d469de Test 2025-06-12 16:14:54 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
EIA Projekt EIA Projekt
Viktor stink Max stink

View File

@ -1,6 +1,6 @@
<?php <?php
session_start(); session_start();;;
spl_autoload_register(function ($className) { spl_autoload_register(function ($className) {
if (substr($className, 0, 5) !== 'Blog\\') { if (substr($className, 0, 5) !== 'Blog\\') {