This commit is contained in:
zhenjiang.dou 2016-12-22 17:00:01 +08:00
parent 2e9cf35f45
commit e753cc051b
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?php
require_once ("core.php");
require_once ("core.php");
$html = file_get_contents('https://ifastnet.com/portal/cancellation-refund.php');
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>

View file

@ -1,5 +1,5 @@
<?php
require_once ("core.php");
require_once ("core.php");
$html = file_get_contents('https://ifastnet.com/payment-methods.php');
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>

View file

@ -1,5 +1,5 @@
<?php
require_once ("core.php");
require_once ("core.php");
$html = file_get_contents('https://ifastnet.com/privacy.php');
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>

View file

@ -1,5 +1,5 @@
<?php
require_once ("core.php");
require_once ("core.php");
$html = file_get_contents('https://ifastnet.com/portal/terms.php');
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
?>