代码
This commit is contained in:
parent
2e9cf35f45
commit
e753cc051b
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
?>
|
||||
|
|
|
@ -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);
|
||||
?>
|
||||
|
|
|
@ -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);
|
||||
?>
|
||||
|
|
|
@ -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);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue