WIP: renamed server folder

This commit is contained in:
marko
2024-07-21 17:00:57 +02:00
parent 9e5f192dda
commit 34435d570a
82 changed files with 2 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
<?php
# demo file testing the docker installed db
$pdo = new PDO(
'mysql:dbname=cwsvjudo; host=database',
'mysql:dbname=cwsvjudo; host=database;',
'cwsvjudo',
'kodokan',
[PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION]
);

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB