3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Initial farm_client module for integrating farmOS server and client.

This commit is contained in:
Michael Stenta 2019-07-01 10:35:30 -04:00
parent bd84a87c1c
commit 230d931944
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
name = Farm Client
description = Integrates the farmOS server and client.
core = 7.x
package = farmOS

View file

@ -0,0 +1,6 @@
<?php
/**
* @file
* Farm Client module.
*/