Profile page #30

Open
Sieciech wants to merge 34 commits from 29-profile-page into dev
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 5180445f7c - Show all commits

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);