Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
// Pantheon - web only. if (isset($_SERVER['PANTHEON_ENVIRONMENT'])) { // Only on dev web environment. if ($_SERVER['PANTHEON_ENVIRONMENT'] == 'dev') { // Custom code. } }
- Loading branch information