maj+ header

This commit is contained in:
2018-08-22 14:46:33 +02:00
parent 28c9e9d76f
commit 3fc62ab1f1
443 changed files with 24198 additions and 6201 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class Windows extends System
*/
protected function getDimensions()
{
$output = $this->exec('mode', true);
$output = $this->exec('mode CON', true);
if (!is_array($output)) {
return [];