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