Revision 19
Added by stefan about 19 years ago
class.order.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
|
3 |
// $Id: class.order.php,v 1.2 2005/04/02 06:25:54 rdjurovich Exp $
|
|
3 |
// $Id$ |
|
4 | 4 |
|
5 | 5 |
/* |
6 | 6 |
|
... | ... | |
33 | 33 |
*/ |
34 | 34 |
|
35 | 35 |
// Stop this file from being accessed directly |
36 |
if(!defined('WB_PATH')) { exit('Direct access to this file is not allowed'); } |
|
36 |
if(!defined('WB_URL')) { |
|
37 |
header('Location: ../index.php'); |
|
38 |
} |
|
37 | 39 |
|
38 | 40 |
define('ORDERING_CLASS_LOADED', true); |
39 | 41 |
|
Also available in: Unified diff
Removed direct access path disclosure occurrences.