mirror of
https://github.com/php/web-master.git
synced 2026-03-24 15:52:09 +01:00
Move everything that should be accessible from the webserver into a public/ directory. Previously the document root was the root of the repository, which is not great.
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
<?php
|
|
define('GITHUB_CLIENT_ID', '0123456789abcdef0123');
|
|
define('GITHUB_CLIENT_SECRET', '0123456789abcdef0123456789abcdef01234567');
|