Server IP : 149.255.58.128 / Your IP : 216.73.216.82
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /home/wheelch2/mobilityscooterramsgate.co.uk/wp-includes/sodium_compat//autoload-php7.php
<?php
/*
This file should only ever be loaded on PHP 7+
*/
if (PHP_VERSION_ID < 70000) {
return;
}
spl_autoload_register(function ($class) {
$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(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php';
// if the file exists, require it
if (file_exists($file)) {
require_once $file;
return true;
}
return false;
});
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 21 2025 00:30:58 | 1032 / wheelch2 | 0755 | |
lib | -- | May 21 2025 00:30:58 | 1032 / wheelch2 | 0755 | |
namespaced | -- | May 21 2025 00:30:58 | 1032 / wheelch2 | 0755 | |
src | -- | May 21 2025 00:30:58 | 1032 / wheelch2 | 0755 | |
| | | | | |
.htaccess | 0.124 KB | May 21 2025 00:30:58 | 1032 / wheelch2 | 0444 | |
LICENSE | 0.84 KB | April 30 2023 14:08:23 | 1032 / wheelch2 | 0644 | |
autoload-php7.php | 0.869 KB | September 27 2020 04:46:05 | 1032 / wheelch2 | 0644 | |
autoload.php | 3.044 KB | November 13 2024 04:32:14 | 1032 / wheelch2 | 0644 | |
composer.json | 1.57 KB | May 25 2021 13:55:58 | 1032 / wheelch2 | 0644 | |