mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
Remove closing tags from pure PHP files
This commit is contained in:
parent
0cd89eb10c
commit
def275ab3c
21 changed files with 2 additions and 20 deletions
|
@ -33,4 +33,3 @@ const REPOS_PATH = SITE_ROOT . '/ebooks';
|
|||
const GITHUB_SECRET_FILE_PATH = SITE_ROOT . '/config/secrets/se-vcs-bot@github.com'; // Set in the GitHub organization global webhook settings.
|
||||
const GITHUB_WEBHOOK_LOG_FILE_PATH = '/var/log/local/webhooks-github.log'; // Must be writable by `www-data` Unix user.
|
||||
const GITHUB_IGNORED_REPOS = ['tools', 'manual', 'web']; // If we get GitHub push requests featuring these repos, silently ignore instead of returning an error.
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue