Renamed due to a conflict with a site of mine
Using github for authentication, I already had a github callback module. Renamed to /callback/github/hook to be a bit more verbose (and avoid the conflict)
This commit is contained in:
parent
d329f92c31
commit
13217dc2d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
class callback_github extends Module
|
class callback_github_hook extends Module
|
||||||
{
|
{
|
||||||
public $method = 'POST';
|
public $method = 'POST';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue