zhenjiang.dou 8 years ago
parent
commit
e753cc051b
4 changed files with 4 additions and 4 deletions
  1. 1 1
      legal_cancellation-refund.php
  2. 1 1
      legal_payment-methods.php
  3. 1 1
      legal_privacy.php
  4. 1 1
      legal_terms.php

+ 1 - 1
legal_cancellation-refund.php

@@ -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 - 1
legal_payment-methods.php

@@ -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 - 1
legal_privacy.php

@@ -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 - 1
legal_terms.php

@@ -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);
 ?>