コード例 #1
0
ファイル: class.gateways.php プロジェクト: billyprice1/whmcs
 public static function makeSafeName($gateway)
 {
     $validgateways = WHMCS_Gateways::getactivegateways();
     return in_array($gateway, $validgateways) ? $gateway : "";
 }