Your ROOT_URL in app.ini is https://code.exacti.com.br/ but you are visiting https://git.exacti.com.br/ExacTI/phacil-framework/commit/f7fb221f4eb4d5c4891e266ccbc474a377d45c4f?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Minor changes

v2-beta
Bruno O. Notario 4 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 TypeError;
/**
*
* @package Phacil\Framework
*/
class startEngineExacTI {
/*public $constants;
public $userConstants;*/
/**
*
@ -240,6 +242,7 @@ $loader = new Loader($engine->registry);
$engine->registry->set('load', $loader);
// Config
/** @var Config */
$config = new Config();
$engine->registry->set('config', $config);

Loading…
Cancel
Save