Welcome Guest, Not a member yet? Register   Sign In
Effect of exposing your system folder
#2

[eluser]GSV Sleeper Service[/eluser]
personally I move the system folder out of the webroot.
most system files contain this line
Code:
if (!defined('BASEPATH')) exit('No direct script access allowed');
which stops anyone from directly accessing the file, but in the event of apache serving up php files as plain text (it happened to facebook about a year ago), anyone familiar with the CI layout could easily grab your database login details.


Messages In This Thread
Effect of exposing your system folder - by El Forum - 04-14-2009, 12:45 PM
Effect of exposing your system folder - by El Forum - 04-14-2009, 01:17 PM
Effect of exposing your system folder - by El Forum - 04-14-2009, 01:28 PM
Effect of exposing your system folder - by El Forum - 04-14-2009, 02:50 PM
Effect of exposing your system folder - by El Forum - 04-15-2009, 05:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB