Przeglądaj źródła

Recursive query fixed

Dima Malishev 14 lat temu
rodzic
commit
f72d1fdf46
1 zmienionych plików z 0 dodań i 12 usunięć
  1. 0 12
      web/vesta/app.init.php

+ 0 - 12
web/vesta/app.init.php

@@ -1,17 +1,5 @@
 <?php
 <?php
 
 
-$url = "http://dev.vestacp.com:8083/dispatch.php";  
-$useragent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)";  
-$ch = curl_init();
-curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
-curl_setopt($ch, CURLOPT_POST, 1);
-curl_setopt($ch, CURLOPT_URL,$url);
-curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_POST));
-$result= curl_exec ($ch);
-curl_close ($ch);
-die();
-
-
 define('V_ROOT_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 define('V_ROOT_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
 
 
 require_once V_ROOT_DIR . 'config/Config.class.php';
 require_once V_ROOT_DIR . 'config/Config.class.php';