Add Readme
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
include './connection.php';
|
||||
include './user.php';
|
||||
include_once './connection.php';
|
||||
include_once './user.php';
|
||||
Reference in New Issue
Block a user