??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/netecfwd.co.uk/wp-includes/sodium_compat/lib/namespaced.php
⬅ Kembali
<?php
require_once dirname(dirname(__FILE__)) . '/autoload.php';
if (PHP_VERSION_ID < 50300) {
return;
}
/*
* This file is just for convenience, to allow developers to reduce verbosity when
* they add this project to their libraries.
*
* Replace this:
*
* $x = ParagonIE_Sodium_Compat::crypto_aead_xchacha20poly1305_encrypt(...$args);
*
* with this:
*
* use ParagonIE\Sodium\Compat;
*
* $x = Compat::crypto_aead_xchacha20poly1305_encrypt(...$args);
*/
spl_autoload_register(function ($class) {
if ($class[0] === '\\') {
$class = substr($class, 1);
}
$namespace = 'ParagonIE\\Sodium';
// Does the class use the namespace prefix?
$len = strlen($namespace);
if (strncmp($namespace, $class, $len) !== 0) {
// no, move to the next registered autoloader
return false;
}
// Get the relative class name
$relative_class = substr($class, $len);
// Replace the namespace prefix with the base directory, replace namespace
// separators with directory separators in the relative class name, append
// with .php
$file = dirname(dirname(__FILE__)) . '/namespaced/' . str_replace('\\', '/', $relative_class) . '.php';
// if the file exists, require it
if (file_exists($file)) {
require_once $file;
return true;
}
return false;
});
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 constants.php
php
4.1 KB
2019-12-09 11:42
📄 error_log
file
16.9 KB
2026-06-25 05:25
🐘 namespaced.php
php
1.3 KB
2019-12-09 11:42
🐘 php72compat.php
php
46.2 KB
2024-07-18 09:00
🐘 php72compat_const.php
php
4.5 KB
2021-05-25 09:55
🐘 php84compat.php
php
3.6 KB
2024-07-18 09:48
🐘 php84compat_const.php
php
401 B
2024-07-18 09:48
🐘 ristretto255.php
php
7.8 KB
2024-07-18 09:00
🐘 sodium_compat.php
php
26.8 KB
2024-07-18 09:00
🐘 stream-xchacha20.php
php
2 KB
2024-07-18 09:00