mirror of
https://git.fuwafuwa.moe/you/stop_cloudflare
synced 2024-12-27 07:23:20 +01:00
7 lines
138 B
PHP
7 lines
138 B
PHP
|
<?php
|
||
|
|
||
|
if (I_Love_Cloudflare() || I_Come_From_Cloudflare()) {
|
||
|
echo(file_get_contents('cloudflare.onemorestep.template.html'));
|
||
|
die;
|
||
|
}
|