mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 16:26:10 +03:00
6 lines
69 B
PHP
6 lines
69 B
PHP
|
<?php
|
||
|
|
||
|
require_once("vendor/autoload.php");
|
||
|
|
||
|
error_reporting(E_ALL);
|