@@ -37,8 +37,8 @@ class TestController extends BaseController
public function actionIp()
{
error_reporting(-1);
- $ip = $_SERVER['SERVER_ADDR'] ?? '';
- echo $ip;
+// $ip = $_SERVER['SERVER_ADDR'] ?? '';
+// echo $ip;
$r = wkhtmltox_convert('image',array('out' => 'test.jpg', 'in' => 'http://www.baidu.com/'));
var_dump($r);