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/2e50b2c93a83f54581228ca7928f6b5babad4955 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Rollback for compatibility with PHP 5.4 - 5.6 😞

v2-beta
Bruno O. Notario 4 years ago
parent 672f231807
commit 2e50b2c93a
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 7
      system/engine/front.php
  2. 10
      system/engine/interfaces/action.php
  3. 2
      system/engine/interfaces/front.php
  4. 6
      system/engine/interfaces/loader.php
  5. 4
      system/engine/loader.php
  6. 14
      system/engine/traits/action.php

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -8,8 +8,6 @@
namespace Phacil\Framework\Interfaces;
use Phacil\Framework\Action;
use Phacil\Framework\ActionSystem;
interface Front {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save