0
0
mirror of https://git.fuwafuwa.moe/you/stop_cloudflare synced 2024-12-26 15:03:36 +01:00
stop_cloudflare/tool/cloudflare_one_more_step.php
2020-03-18 10:28:19 +00:00

7 lines
138 B
PHP

<?php
if (I_Love_Cloudflare() || I_Come_From_Cloudflare()) {
echo(file_get_contents('cloudflare.onemorestep.template.html'));
die;
}