Profile page #30
|
@ -61,7 +61,7 @@ class PutEnv {
|
|||
if (strlen($next) === 0 || $next[0] !== '=') {
|
||||
continue;
|
||||
}
|
||||
$this->content[$l] = $key . '=' . $value;
|
||||
$this->content[$l] = $key . '=' . $value . PHP_EOF;
|
||||
$changed++;
|
||||
}
|
||||
if ($changed === 0) {
|
||||
|
|
Loading…
Reference in New Issue