mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:50:11 +00:00
Added documentation
This commit is contained in:
parent
537da657cc
commit
c975d0f799
9 changed files with 39 additions and 9 deletions
|
@ -10,7 +10,10 @@ use Friendica\Util\Strings;
|
|||
|
||||
class UpdateGServer
|
||||
{
|
||||
// Searches for the poco server list.
|
||||
/**
|
||||
* Update the given server
|
||||
* @param string $server_url Server URL
|
||||
*/
|
||||
public static function execute($server_url)
|
||||
{
|
||||
if (empty($server_url)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue