tools #31

Merged
Sieciech merged 9 commits from tools into dev 2021-08-28 19:28:21 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 0111191c3a - Show all commits

View File

@ -10,7 +10,6 @@ class PutEnv {
public function __construct() {
$argv = $_SERVER['argv'];
$argc = sizeof($argv);
print_r([$argc, $argv]);
switch($argc) {
case 4:
$this->file = $argv[1];