From 72d13e2bcb2ba2d78c9c1f0ec2c356526e34d0be Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Mon, 7 Sep 2026 23:00:58 +0200 Subject: [PATCH] Add Readme --- README.md | 13 +++++++++++++ php/auto/auto.php | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..db49dfb --- /dev/null +++ b/README.md @@ -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 + diff --git a/php/auto/auto.php b/php/auto/auto.php index a5a2189..87e8972 100644 --- a/php/auto/auto.php +++ b/php/auto/auto.php @@ -1,4 +1,4 @@