Fixed SQL, minor comments/lng updates

Signed-off-by: Patrik Kernstock <patrik@kernstock.net>
This commit is contained in:
Patrik Kernstock
2019-12-31 15:34:46 +01:00
parent c61b3b73bd
commit 69ff416361
5 changed files with 9 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ class FpmDaemons extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
* @param string $limit_extensions
* optional, limit execution to the following extensions, default '.php'
* @param string $custom_config
* optional, custom settings appended to phpfpm configuration
* optional, custom settings appended to phpfpm pool configuration
*
* @access admin
* @throws \Exception
@@ -267,7 +267,7 @@ class FpmDaemons extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\Resourc
* @param string $limit_extensions
* optional, limit execution to the following extensions, default '.php'
* @param string $custom_config
* optional, custom settings appended to phpfpm configuration
* optional, custom settings appended to phpfpm pool configuration
*
* @access admin
* @throws \Exception