芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php
*/ abstract class W3TCG_Google_Verifier_Abstract { /** * Checks a signature, returns true if the signature is correct, * false otherwise. */ abstract public function verify($data, $signature); }