From 80923b5ebd8741cc335a80d0910a4589c8ccc7cb Mon Sep 17 00:00:00 2001 From: Foxtrot Date: Tue, 12 Jul 2016 13:41:03 +0100 Subject: [PATCH] Fix table formatting... --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index c5e6187..26478b5 100644 --- a/api.md +++ b/api.md @@ -286,7 +286,7 @@ Action|Description|Parameters Every module must extend the `Module` class that resides in `Module.php`. Extending this class gives the module access to the following API functions. For more information, see [Creating Modules](https://wiki.wifipineapple.com/creating_modules.md). Function|Arguments|Description|Usage -----|----|---- +----|----|----|---- execBackground()|`command`|Will execute `command` in the background.|`$this->execBackground("ifconfig wlan1 down");` ## Community Python API