Skip to content

shai-weinstein/ih_acl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#Module for limiting access to admin pages per IP #add to settings.php variables:

$conf['ih_acl_paths'] = array("/^admin/i","/^user/i","/^node/+.*/+edit/i", "/^node/+add/i"); #regex list for path limit

$conf['ih_acl_ips'] = array('127.0.0.1', '194.90.1.5'); #list of allowed IPs

About

Drupal 7, limit access to paths by IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages