mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
invite system
This commit is contained in:
parent
43110db749
commit
1fa2231c20
5 changed files with 55 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
|
||||
|
||||
require_once('include/salmon.php');
|
||||
|
||||
function zot_get($url,$args) {
|
||||
$argstr = '';
|
||||
foreach($args as $k => $v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue