Update 'tool/cloudflare_one_more_step.php'

This commit is contained in:
0complexityRequirements 2019-11-27 00:56:09 +01:00
parent dcefc4ad65
commit ef234a195c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
if (I_Love_Cloudflare() || I_Come_From_Cloudflare()) {
require 'cloudflare.onemorestep.template.php';
echo(file_get_contents('cloudflare.onemorestep.template.html'));
die;
}