Compare commits

...

1 Commits

Author SHA1 Message Date
macintoshplus
a992318304 fix bug send useragent with new line char 2024-11-13 21:58:01 +01:00

View File

@@ -368,7 +368,7 @@ class Config
throw new Exception("Couldn't find the SDK version file."); throw new Exception("Couldn't find the SDK version file.");
} }
return file_get_contents($path); return trim(file_get_contents($path));
}/*}}}*/ }/*}}}*/
public static function getDepsLocalPath() : ?string public static function getDepsLocalPath() : ?string