File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55// This can be removed if you use __autoload() in config.php OR use Modular Extensions
66/** @noinspection PhpIncludeInspection */
7- require APPPATH . '/ libraries/REST_Controller.php ' ;
7+ require APPPATH . 'libraries/REST_Controller.php ' ;
88
99/**
1010 * This is an example of a few basic user interaction methods you could use
Original file line number Diff line number Diff line change 1313$ lang ['text_rest_api_key_unauthorized ' ] = 'Овај *API* кључ нема овлашћења за захтевани контролер ' ;
1414$ lang ['text_rest_api_key_permissions ' ] = 'Овај *API* кључ нема дозвољен степен овлашћења ' ;
1515$ lang ['text_rest_api_key_time_limit ' ] = 'Овај *API* кључ је прекорачио временски лимит за дати метод ' ;
16- $ lang ['text_rest_ip_address_time_limit ' ] = 'This IP Address has reached the time limit for this method ' ;//todo translate
16+ $ lang ['text_rest_ip_address_time_limit ' ] = 'Ова *IP* адреса је прекорачила временски лимит за дати метод ' ;//todo translate
1717$ lang ['text_rest_unknown_method ' ] = 'Непознат метод ' ;
1818$ lang ['text_rest_unsupported ' ] = 'Неподржан протокол ' ;
Original file line number Diff line number Diff line change 1313$ lang ['text_rest_api_key_unauthorized ' ] = 'Ovaj API ključ nema ovlašćenje za zahtevani kontroler ' ;
1414$ lang ['text_rest_api_key_permissions ' ] = 'Ovaj API ključ nema dozvoljen stepen ovlašćenja ' ;
1515$ lang ['text_rest_api_key_time_limit ' ] = 'Ovaj API ključ je prekoračio vremenski limit za dati metod ' ;
16- $ lang ['text_rest_ip_address_time_limit ' ] = 'This IP Address has reached the time limit for this method ' ; //todo translate
16+ $ lang ['text_rest_ip_address_time_limit ' ] = 'Ova IP adresa je prekoračila vremenski limit za dati metod ' ;
1717$ lang ['text_rest_unknown_method ' ] = 'Nepoznat metod ' ;
1818$ lang ['text_rest_unsupported ' ] = 'Nepodržan protokol ' ;
You can’t perform that action at this time.
0 commit comments