diff options
-rw-r--r-- | test_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index 4646c27..b18b917 100644 --- a/test_index.php +++ b/test_index.php @@ -321,7 +321,7 @@ else } )); $.get( - "/pkg/log_files.php", + "/log_files.php", {"k": $(this).attr("href")}, function (data) { $("#" + elId).html('<td colspan="2"></td><td colspan="6">' + data + '</td>'); |