1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-03 17:13:23 -04:00

New call for global_pad for #39.

This commit is contained in:
Jonathan Rosenbaum 2017-12-11 02:18:58 +00:00
parent 5f6505a016
commit 90e643544f

View File

@ -115,5 +115,10 @@ $ssl_certificate = SSL_CERTIFICATE;
echo $result['contact_id'];
}
if(isset($_POST['global_pad'])) {
$etherpad_conf["configurations"] = $etherpad_global;
echo json_encode($etherpad_conf);
}
?>