Your IP : 216.73.216.95


Current Path : /var/www/alh/system/library/journal3/vendor/
Upload File :
Current File : /var/www/alh/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;
});