Problem/Motivation
Visitors use a Controller and the Drupal routing system to log their visits. Fully bootstrapping Drupal to log visitor data is unnecessary.
Steps to reproduce
Proposed resolution
Create a file in the root of the repo: visitors.php
Inside visitors.php, bootstrap Drupal, like done in the statistics module.
Remaining tasks
- Create visitors.php
- Update javascript snippet with visitors.php path
Comments
Comment #2
bluegeek9 commentedThis may not be necessary.
#2302385: Remove custom statistics.php front controller
Comment #3
bluegeek9 commented