no message

This commit is contained in:
hellcat 2025-07-19 15:26:03 +08:00
parent 1f9f436ccb
commit b337bd82f3

View File

@ -20,6 +20,11 @@ class GithubController
public $aArticle = [];
private function rand($iStart, $iEnd)
{
return rand($iStart, $iEnd);
}
private function echo($sStr, $sMod)
{
if (empty($sStr)) {