mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Moved php from cgi-bin to backend
This commit is contained in:
@@ -69,7 +69,7 @@ NeedAlgorithm.prototype.result = function(resultCallback)
|
||||
console.log("Vote" + this["voteIndex"]);
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "/" + SiteDir + "cgi-bin/vote.php?index=" + this["voteIndex"],
|
||||
url: "/" + SiteDir + "backend/vote.php?index=" + this["voteIndex"],
|
||||
dataType: "text"
|
||||
});
|
||||
$("#voteDialog").dialog('close');
|
||||
|
||||
Reference in New Issue
Block a user