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
+5
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);
}
?>