Jelajahi Sumber

Updated installation message

markseu 1 tahun lalu
induk
melakukan
ab2b5974e3
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      system/extensions/core.php
  2. 1 1
      system/workers/update.php

+ 1 - 1
system/extensions/core.php

@@ -28,7 +28,7 @@ class YellowCore {
     public function command($line = "") {
     public function command($line = "") {
         $statusCode = $this->processCoreUpdate();
         $statusCode = $this->processCoreUpdate();
         if ($statusCode==303) {
         if ($statusCode==303) {
-            echo "Flux capacitor has reached 1.21 gigawatts. Please run command again.\n";
+            echo "Yellow flux capacitor has reached 1.21 gigawatts. Please run command again.\n";
         }
         }
         return $statusCode<400 ? 0 : 1;
         return $statusCode<400 ? 0 : 1;
     }
     }

+ 1 - 1
system/workers/update.php

@@ -204,7 +204,7 @@ class YellowUpdate {
         $this->updateEventPending();
         $this->updateEventPending();
         $statusCode = $this->updateExtensionPending();
         $statusCode = $this->updateExtensionPending();
         if ($statusCode==303) {
         if ($statusCode==303) {
-            echo "Detected ZIP file".($this->extensions!=1 ? "s" : "");
+            echo "Yellow detected ZIP file".($this->extensions!=1 ? "s" : "");
             echo ", $this->extensions extension".($this->extensions!=1 ? "s" : "")." installed. Please run command again.\n";
             echo ", $this->extensions extension".($this->extensions!=1 ? "s" : "")." installed. Please run command again.\n";
         }
         }
         return $statusCode;
         return $statusCode;