diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-04 20:42:32 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-09-04 20:42:32 -0400 |
commit | 716c3a5a3a36206e93431eb5f8df3471546ec4b2 (patch) | |
tree | faccf06e355ce37f233f823a87b4a93d9f531cb2 /plugin-conf.php | |
parent | 103332a30f8976fcc224c8f55dc23aba7b99e578 (diff) |
start to add a plugin management framework
Diffstat (limited to 'plugin-conf.php')
-rw-r--r-- | plugin-conf.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin-conf.php b/plugin-conf.php new file mode 100644 index 0000000..7b397cc --- /dev/null +++ b/plugin-conf.php @@ -0,0 +1,5 @@ +<?php +new ContactMethod('sms' , 'phone' , + 'text message', 'cell number' ); +new ContactMethod('email' , 'email' , + 'email' , 'email address'); |