From 820398be6af28fb109defbbaa0172fe6069b2117 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Thu, 12 Aug 2021 13:35:42 +0200 Subject: [PATCH] Fixed vulnerability issue that cause exposed phpinfo() in some situations. --- .gitattributes | 3 ++- docs/examples/phpinfo.php | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 docs/examples/phpinfo.php diff --git a/.gitattributes b/.gitattributes index d995ab8db..e6ef3db5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /tests export-ignore +/docs/examples export-ignore /bin/ci export-ignore /bin/stubs export-ignore /.github export-ignore @@ -14,4 +15,4 @@ CODING_GUIDELINE.md export-ignore phpunit.xml.dist export-ignore phpcs.xml.dist export-ignore composer.lock export-ignore -CNAME export-ignore \ No newline at end of file +CNAME export-ignore diff --git a/docs/examples/phpinfo.php b/docs/examples/phpinfo.php deleted file mode 100644 index cf6086080..000000000 --- a/docs/examples/phpinfo.php +++ /dev/null @@ -1,3 +0,0 @@ -