Pārlūkot izejas kodu

Update PhyreServer.php

Bozhidar Slaveykov 1 gadu atpakaļ
vecāks
revīzija
0a27d35a43
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      web/app/Models/PhyreServer.php

+ 3 - 3
web/app/Models/PhyreServer.php

@@ -136,9 +136,9 @@ class PhyreServer extends Model
     {
     {
         $ssh = new SSH2($this->ip);
         $ssh = new SSH2($this->ip);
         if ($ssh->login($this->username, $this->password)) {
         if ($ssh->login($this->username, $this->password)) {
-
-            $output = $ssh->exec('cd /usr/local/phyre/web && /usr/local/phyre/php/bin/php artisan apache:ping-websites-with-curl');
-            dd($output);
+//
+//            $output = $ssh->exec('cd /usr/local/phyre/web && /usr/local/phyre/php/bin/php artisan apache:ping-websites-with-curl');
+//            dd($output);
 
 
             $output = '';
             $output = '';
             $output .= $ssh->exec('wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/update/update-web-panel.sh -O /usr/local/phyre/update/update-web-panel.sh');
             $output .= $ssh->exec('wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/update/update-web-panel.sh -O /usr/local/phyre/update/update-web-panel.sh');