Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../includes/Google/Verifier
File: Abstract.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright 2011 Google Inc.
[2] Fix | Delete
*
[3] Fix | Delete
* Licensed under the Apache License, Version 2.0 (the "License");
[4] Fix | Delete
* you may not use this file except in compliance with the License.
[5] Fix | Delete
* You may obtain a copy of the License at
[6] Fix | Delete
*
[7] Fix | Delete
* http://www.apache.org/licenses/LICENSE-2.0
[8] Fix | Delete
*
[9] Fix | Delete
* Unless required by applicable law or agreed to in writing, software
[10] Fix | Delete
* distributed under the License is distributed on an "AS IS" BASIS,
[11] Fix | Delete
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
[12] Fix | Delete
* See the License for the specific language governing permissions and
[13] Fix | Delete
* limitations under the License.
[14] Fix | Delete
*/
[15] Fix | Delete
[16] Fix | Delete
/**
[17] Fix | Delete
* Verifies signatures.
[18] Fix | Delete
*
[19] Fix | Delete
* @author Brian Eaton <beaton@google.com>
[20] Fix | Delete
*/
[21] Fix | Delete
abstract class Google_Verifier_Abstract
[22] Fix | Delete
{
[23] Fix | Delete
/**
[24] Fix | Delete
* Checks a signature, returns true if the signature is correct,
[25] Fix | Delete
* false otherwise.
[26] Fix | Delete
*/
[27] Fix | Delete
abstract public function verify($data, $signature);
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function