From c2b10a772a4c53fef42a8575cfb98735fe803f1a Mon Sep 17 00:00:00 2001 From: Peter Brenner Date: Thu, 21 Feb 2013 20:11:00 -0500 Subject: [PATCH] Issue #19 Added ability for Simultaneous Sorting Signed-off-by: Peter Brenner --- app/Config/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index d6feb7b..a68534a 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -201,3 +201,5 @@ */ Configure::write('Opauth.path', '/evmini/auth/'); Configure::write('Opauth.callback_url', '/evmini/auth/callback'); + +Configure::write('contactEmail', 'peter@phpwerks.com'); \ No newline at end of file