ACC SHELL
<?php
/**
* Nette Framework
*
* Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
*
* This source file is subject to the "Nette license" that is bundled
* with this package in the file license.txt.
*
* For more information please see http://nettephp.com
*
* @copyright Copyright (c) 2004, 2009 David Grudl
* @license http://nettephp.com/license Nette license
* @link http://nettephp.com
* @category Nette
* @package Nette
* @version $Id: loader.php 204 2009-02-02 18:27:51Z david@grudl.com $
*/
/**/require_once dirname(__FILE__) . '/compatibility.php';/**/
require_once dirname(__FILE__) . '/Loaders/NetteLoader.php';
define('NETTE_DIR', dirname(__FILE__));
/*Nette\Loaders\*/NetteLoader::getInstance()->base = NETTE_DIR;
/*Nette\Loaders\*/NetteLoader::getInstance()->register();
ACC SHELL 2018