zhenjiang.dou 8 rokov pred
rodič
commit
e753cc051b

+ 1 - 1
legal_cancellation-refund.php

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

+ 1 - 1
legal_payment-methods.php

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

+ 1 - 1
legal_privacy.php

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

+ 1 - 1
legal_terms.php

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