Fix table formatting...

This commit is contained in:
Foxtrot 2016-07-12 13:41:03 +01:00
parent 94500eebd6
commit 80923b5ebd

2
api.md
View File

@ -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