











Severity: 8192
Message: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Filename: libraries/Form.php
Line Number: 847
Backtrace:
File: /home/giesindi/public_html/application/core/DB_Controller.php
Line: 10
Function: __construct
File: /home/giesindi/public_html/application/core/DB_Controller.php
Line: 107
Function: __construct
File: /home/giesindi/public_html/application/controllers/Clients.php
Line: 6
Function: __construct
File: /home/giesindi/public_html/index.php
Line: 295
Function: require_once