| 
            restrict_by_ip_help           | 
                  
            ./restrict_by_ip.module           | 
                  
            Implementation of hook_help().
The first case adds a little help text.
The second case adds some submission guidelines on the create content page.           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            restrict_by_ip_install           | 
                  
            ./restrict_by_ip.install           | 
                  
            Implementation of hook_install().
Creates a table of the variables that will be needed to use this module           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            restrict_by_ip_menu           | 
                  
            ./restrict_by_ip.module           | 
                  
            Implementation of hook_menu().
Add a menu item to the Administer >> Site building menu for displaying the restrict_by_ip.           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            restrict_by_ip_perm           | 
                  
            ./restrict_by_ip.module           | 
                  
            Implementation of hook_perm().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            restrict_by_ip_settings           | 
                  
            ./restrict_by_ip.module           | 
                  
            menu callback to configure module settings.           | 
                  
                       | 
                  
            1           | 
              
          
                  | 
            restrict_by_ip_uninstall           | 
                  
            ./restrict_by_ip.install           | 
                  
            Implementation of hook_uninstall().           | 
                  
                       | 
                  
                       | 
              
          
                  | 
            restrict_by_ip_user           | 
                  
            ./restrict_by_ip.module           | 
                  
            Implementation of hook_user().
Checks the user's IP Address on login.
If they are not restricted, or logging in from the appropriate address
allow registration to continue. If not, then redirect to a designated page.           | 
                  
                       | 
                  
                       |