| Server IP : www.new.bangkokfinder.com / Your IP : 172.70.93.80 Web Server : nginx/1.20.1 System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : bangkokfinder ( 1000) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/bangkokfinder/www/wp-content/plugins/cloudflare/deprecated/ |
Upload File : |
<?php
namespace CF;
/**
* @deprecated 4.13.0 Use \Cloudflare\APO\SecurityUtil instead.
*/
class SecurityUtil extends \Cloudflare\APO\SecurityUtil {
/**
* @deprecated 4.13.0 Use \Cloudflare\APO\SecurityUtil::generate16bytesOfSecureRandomData() instead.
*/
public static function generate16bytesOfSecureRandomData() {
_deprecated_file( __FILE__, '4.13.0', "Cloudflare\APO\SecurityUtil::generate16bytesOfSecureRandomData", 'CF namespace is deprecated, use Cloudflare\APO instead.' );
return parent::generate16bytesOfSecureRandomData();
}
/**
* @deprecated 4.13.0 Use \Cloudflare\APO\SecurityUtil::csrfTokenGenerate() instead.
*/
public static function csrfTokenGenerate($secret, $user, $timeValidUntil = null) {
_deprecated_file( __FILE__, '4.13.0', "Cloudflare\APO\SecurityUtil::csrfTokenGenerate", 'CF namespace is deprecated, use Cloudflare\APO instead.' );
return parent::csrfTokenGenerate($secret, $user, $timeValidUntil);
}
/**
* @deprecated 4.13.0 Use \Cloudflare\APO\SecurityUtil::csrfTokenValidate() instead.
*/
public static function csrfTokenValidate($secret, $user, $token) {
_deprecated_file( __FILE__, '4.13.0', "Cloudflare\APO\SecurityUtil::csrfTokenValidate", 'CF namespace is deprecated, use Cloudflare\APO instead.' );
return parent::csrfTokenValidate($secret, $user, $token);
}
}