Skip to content

Instantly share code, notes, and snippets.

Exception: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Sucuri WebSite Firewall - CloudProxy - Access Denied</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="sucuri.net" />
<link rel="stylesheet" type="text/css" href="https://cdn.sucuri.net/sucuri-cloudproxy-block.css" media="screen" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
use \Phalcon\DI\Exception as Exception,
\Phalcon\DI\FactoryDefault as DefaultInjector,
\Phalcon\DI\InjectionAwareInterface,
\Phalcon\Config\Adapter\Json as JsonConfig;
/**
* DependencyInjector class
* Override the default DI class, due to an inability to update shared services
*
* @extends DefaultInjector