Welcome Guest, Not a member yet? Register   Sign In
Security issue!
#1

[eluser]pieter dekker[/eluser]
Hi!

I'm building a portal which can only be accessed after you've logged on.

Now I've build a controller and a view for one of the pages.
Inside a controller function I've got this:
Code:
if($this->checkLogin())
            $this->load->view('overzicht_loader');
        else
            redirect('login');

But I can surf directly to the view link: http://www.mywebsite.com/../../overzicht_loader.php

So this is not secure! Because you can bypass the security. How can I solve this problem?

Sorry for my bad English

I hope someone has the answer.


Messages In This Thread
Security issue! - by El Forum - 11-12-2007, 03:28 PM
Security issue! - by El Forum - 11-12-2007, 04:16 PM
Security issue! - by El Forum - 11-12-2007, 05:45 PM
Security issue! - by El Forum - 11-12-2007, 06:07 PM
Security issue! - by El Forum - 11-13-2007, 03:00 AM
Security issue! - by El Forum - 11-13-2007, 03:17 AM
Security issue! - by El Forum - 11-13-2007, 03:49 AM
Security issue! - by El Forum - 11-13-2007, 09:40 AM
Security issue! - by El Forum - 11-13-2007, 09:57 AM
Security issue! - by El Forum - 11-13-2007, 12:10 PM
Security issue! - by El Forum - 11-13-2007, 07:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB