no message
This commit is contained in:
parent
1f9f436ccb
commit
b337bd82f3
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user