fix putenv

This commit is contained in:
Sieciech 2021-08-29 09:03:19 +02:00
parent 905fe32546
commit 5180445f7c
1 changed files with 4 additions and 0 deletions

View File

@ -2,11 +2,15 @@
namespace Tools;
use Exception;
class PutEnv {
private string $file;
private string $key;
private string $value;
private array $content;
public function __construct() {
$argv = $_SERVER['argv'];
$argc = sizeof($argv);