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