Project

General

Profile

« Previous | Next » 

Revision 19

Added by stefan about 19 years ago

Removed direct access path disclosure occurrences.

View differences:

class.login.php
1 1
<?php
2 2

  
3
// $Id: class.login.php,v 1.7 2005/04/02 06:25:54 rdjurovich Exp $
3
// $Id$
4 4

  
5 5
/*
6 6

  
......
32 32
*/
33 33

  
34 34
// Stop this file from being accessed directly
35
if(!defined('WB_PATH')) { exit('Direct access to this file is not allowed'); }
35
if(!defined('WB_URL')) {
36
	header('Location: ../index.php');
37
}
36 38

  
37 39
define('LOGIN_CLASS_LOADED', true);
38 40

  

Also available in: Unified diff