@@ -66,7 +66,7 @@ |
||
66 | 66 | ) { |
67 | 67 | // Not allowed page |
68 | 68 | $_SESSION['error']['code'] = ERR_NOT_ALLOWED; |
69 | - include $SETTINGS['cpassman_dir'] . '/error.php'; |
|
69 | + include $SETTINGS['cpassman_dir'].'/error.php'; |
|
70 | 70 | exit; |
71 | 71 | } |
72 | 72 |