From 13217dc2d75479b32b06fd6738468eed0cc42063 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 4 Jan 2013 11:54:17 -0500 Subject: [PATCH] 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) --- bootstrap/modules/callback/{github.php => github/hook.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bootstrap/modules/callback/{github.php => github/hook.php} (90%) diff --git a/bootstrap/modules/callback/github.php b/bootstrap/modules/callback/github/hook.php similarity index 90% rename from bootstrap/modules/callback/github.php rename to bootstrap/modules/callback/github/hook.php index 02f9844..8ae4316 100644 --- a/bootstrap/modules/callback/github.php +++ b/bootstrap/modules/callback/github/hook.php @@ -1,6 +1,6 @@