Secure controllers

Has anyone noticed that this block in the config file does absolutely nothing?



```php

// Locations that can be viewed via secure connection (customer area)

$config[‘secure_controllers’] = array (

‘checkout’,

‘payment_notification’,

‘auth’,

‘profiles’,

‘image_verification’,

‘orders’,

‘pages’

);

```



Enable SSL and try to go to a page (pages controller) and see what happens. Weird.