We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcf1e4 commit f72d1fdCopy full SHA for f72d1fd
web/vesta/app.init.php
@@ -1,17 +1,5 @@
1
<?php
2
3
-$url = "http://dev.vestacp.com:8083/dispatch.php";
4
-$useragent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)";
5
-$ch = curl_init();
6
-curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
7
-curl_setopt($ch, CURLOPT_POST, 1);
8
-curl_setopt($ch, CURLOPT_URL,$url);
9
-curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_POST));
10
-$result= curl_exec ($ch);
11
-curl_close ($ch);
12
-die();
13
-
14
15
define('V_ROOT_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
16
17
require_once V_ROOT_DIR . 'config/Config.class.php';
0 commit comments