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

More PHPDoc to Restful class

v2-beta
Bruno O. Notario 3 years ago
parent c8f15f57ab
commit ccb149a75b
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 7
      system/engine/restful.php

@ -161,6 +161,13 @@ class RESTful extends Controller {
}
}
/**
* Return true or false for data type
*
* @param string $type Type to test
* @param string $data Data to test
* @return bool
*/
static function __testType($type, $data){
switch ($type) {

Loading…
Cancel
Save