mirror of
https://git.fuwafuwa.moe/you/stop_cloudflare
synced 2024-12-26 15:03:36 +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;
|
|
}
|