mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
New call for global_pad for #39.
This commit is contained in:
parent
5f6505a016
commit
90e643544f
@ -115,5 +115,10 @@ $ssl_certificate = SSL_CERTIFICATE;
|
|||||||
echo $result['contact_id'];
|
echo $result['contact_id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(isset($_POST['global_pad'])) {
|
||||||
|
$etherpad_conf["configurations"] = $etherpad_global;
|
||||||
|
echo json_encode($etherpad_conf);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user