summaryrefslogtreecommitdiff
path: root/conf-contacts.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf-contacts.php')
-rw-r--r--conf-contacts.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-contacts.php b/conf-contacts.php
new file mode 100644
index 0000000..7b397cc
--- /dev/null
+++ b/conf-contacts.php
@@ -0,0 +1,5 @@
+<?php
+new ContactMethod('sms' , 'phone' ,
+ 'text message', 'cell number' );
+new ContactMethod('email' , 'email' ,
+ 'email' , 'email address');