Minor changes

v2-beta
Bruno O. Notario 3 years ago
parent 3168ed2be0
commit f7fb221f4e
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 3
      public_html/index.php
  2. 17
      system/caches/caches.php
  3. 7
      system/system.php

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -11,9 +11,11 @@ namespace Phacil\Framework;
use Exception; use Exception;
use TypeError; use TypeError;
/**
*
* @package Phacil\Framework
*/
class startEngineExacTI { class startEngineExacTI {
/*public $constants;
public $userConstants;*/
/** /**
* *
@ -240,6 +242,7 @@ $loader = new Loader($engine->registry);
$engine->registry->set('load', $loader); $engine->registry->set('load', $loader);
// Config // Config
/** @var Config */
$config = new Config(); $config = new Config();
$engine->registry->set('config', $config); $engine->registry->set('config', $config);

Loading…
Cancel
Save