Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ dhakazone.com/ system/ library/ journal3/ vendor/

/home/bdapparelinfo/dhakazone.com/system/library/journal3/vendor/__autoload.php

<?php

spl_autoload_register(function ($class) {
	$file = DIR_SYSTEM . 'library/journal3/vendor' . DIRECTORY_SEPARATOR . str_replace('\\', DIRECTORY_SEPARATOR, $class) . '.php';

	if (is_file($file)) {
		require_once $file;

		return true;
	}

	return false;
});