1<?php
2/**
3 * Options for the Projects Plugin
4 */
5
6// should check for update?
7$meta['check updates'] = array('onoff');
8?>