Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/plugins/hikashoppayment/payplug2/lib/ |
| [Home] [System Details] [Kill Me] |
<?php
spl_autoload_register(function ($class) {
if (strpos($class, 'Payplug') !== 0) {
return;
}
$file = __DIR__ . DIRECTORY_SEPARATOR . str_replace('\\',
DIRECTORY_SEPARATOR, $class) . '.php';
if (file_exists($file)) {
require($file);
}
});