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:
Josh Sherman 2013-01-04 11:54:17 -05:00
parent d329f92c31
commit 13217dc2d7

View file

@ -1,6 +1,6 @@
<?php <?php
class callback_github extends Module class callback_github_hook extends Module
{ {
public $method = 'POST'; public $method = 'POST';