defined('BASEPATH') OR exit('No direct script access allowed'); |
It's called "security" by some and not by others. Maybe the best description is "It's a sanity check" for those unfamiliar with CI and for newbies.
|
Messages In This Thread |
defined('BASEPATH') OR exit('No direct script access allowed'); - by imabot - 10-17-2018, 10:04 AM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by dave friend - 10-17-2018, 12:22 PM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by imabot - 10-17-2018, 12:51 PM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by Piotr - 10-17-2018, 01:04 PM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by dave friend - 10-17-2018, 02:18 PM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by Gurutechnolabs - 10-18-2018, 02:14 AM
RE: defined('BASEPATH') OR exit('No direct script access allowed'); - by InsiteFX - 10-18-2018, 02:44 AM
|