Create php-secure-config-check.php

This commit is contained in:
Namhyeon Go 2019-06-04 17:23:42 +09:00 committed by GitHub
parent 4d640a77f7
commit 380a21985d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
<?php
echo "Secure config check is only for sponsors: <a href=\"https://patreon.com/catswords\">https://patreon.com/catswords</a>";
?>