ACC SHELL

Path : /srv/www/vhosts/unisol/libs/
File Upload :
Current File : /srv/www/vhosts/unisol/libs/autoload.php

<?php

// This is default autoload.php. It can be overwritten by Composer.

if (!is_file(__DIR__ . '/Nette/loader.php')) {
	echo("Nette Framework is expected in directory '" . __DIR__ . "/Nette' but not found. Edit file '" . __FILE__ . "' or execute `composer update`.");
	exit(1);
}

require __DIR__ . '/Nette/loader.php';

ACC SHELL 2018