1<?php
2
3/**
4 * Options for the twofactor_email plugin
5 *
6 * @author Mike Wilmes <mwilmes@avc.edu>
7 */
8
9$meta['enable'] = array('onoff');
10$meta["url"] = array('string');
11