Add Readme

This commit is contained in:
2026-09-07 23:00:58 +02:00
parent 3887faa43c
commit 72d13e2bcb
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
```php.ini
#php.ini
session.use_strict_mode=1
```
Read .env to enviromant
```
export $(xargs <.env)
```
https://github.com/ldaptools/ldaptools
+2 -2
View File
@@ -1,4 +1,4 @@
<?php <?php
include './connection.php'; include_once './connection.php';
include './user.php'; include_once './user.php';