PHP 8.2.31
Preview: autoload.php Size: 362 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/authorize/autoload.php

<?php
/**
 * Custom SPL autoloader for the AuthorizeNet SDK
 *
 * @package AuthorizeNet
 */

spl_autoload_register(function($className) {
    static $classMap;

    if (!isset($classMap)) {
        $classMap = require __DIR__ . DIRECTORY_SEPARATOR . 'classmap.php';
    }

    if (isset($classMap[$className])) {
        include $classMap[$className];
    }
});

Directory Contents

Dirs: 2 × Files: 3

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2024-05-28 15:48:42
Edit Download
vendor DIR
- drwxr-xr-x 2024-05-28 15:48:43
Edit Download
11.53 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download
362 B lrw-r--r-- 2024-05-28 15:48:43
Edit Download
37.24 KB lrw-r--r-- 2024-05-28 15:48:43
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).