You are here

constant SECUREPAGES_PAGES in Secure Pages 6.2

Same name and namespace in other branches
  1. 7 securepages.module \SECUREPAGES_PAGES

Defines defaults for SECUREPAGES_PAGES.

1 use of SECUREPAGES_PAGES
securepages_match in ./securepages.module
Checks the page past and see if it should be secure or insecure.

File

./securepages.module, line 11
Provide method of creating allowing certain pages to only viewable from https pages

Code

define('SECUREPAGES_PAGES', 'node/add*
node/*/edit
node/*/delete
user
user/*
admin
admin/*');