mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Change path to Controller\Records
This commit is contained in:
@@ -33,11 +33,8 @@ function cancelCgus(id)
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "/prod/prodFeedBack.php",
|
||||
data: {
|
||||
sbas_id:id,
|
||||
action:'DENY_CGU'
|
||||
},
|
||||
url: "/prod/TOU/deny/"+id+"/",
|
||||
data: {},
|
||||
success: function(data){
|
||||
if(data == '1')
|
||||
{
|
||||
|
Reference in New Issue
Block a user