diff --git a/index.php b/index.php index 3eb293ea..60653dbd 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,7 @@ $(document).ready(function(){ var searchLi = $('#get_whitelist').val(); var commandArguments = "li00="+searchLi; - $.get("whitelist.php", commandArguments, function (data){ + $.get("php/whitelist.php", commandArguments, function (data){ // Delimiter to split the last echo command from the script dataSplitted = data.split(';'); $("#li01").html(dataSplitted[0]); diff --git a/php/whitelist.php b/php/whitelist.php new file mode 100644 index 00000000..80120007 --- /dev/null +++ b/php/whitelist.php @@ -0,0 +1,6 @@ +