summaryrefslogtreecommitdiffstats
path: root/tool/cloudflare_one_more_step.php
blob: ad8cd80140fb2d167c512cc87677b1c0a1e968c3 (plain)
1
2
3
4
5
6
<?php

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