summaryrefslogtreecommitdiff
path: root/plugin-conf.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-05 01:22:27 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-05 01:22:27 -0400
commit570901ba4e526be37afd0cbbe018cb0500a7cda1 (patch)
tree81f13e66cfd795141cac216fd2af610e877a1a31 /plugin-conf.php
parentad4a7ff9159c2c64cea98d7189f46fa7d6174fc2 (diff)
Refactor a bit
* move a lot of stuff out of MessageManager * move models from lib to models
Diffstat (limited to 'plugin-conf.php')
-rw-r--r--plugin-conf.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin-conf.php b/plugin-conf.php
deleted file mode 100644
index 7b397cc..0000000
--- a/plugin-conf.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-new ContactMethod('sms' , 'phone' ,
- 'text message', 'cell number' );
-new ContactMethod('email' , 'email' ,
- 'email' , 'email address');