summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-05 16:54:52 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-05 16:54:52 +0000
commitcc6f919b5634318d00f9ed23f6a63e6a35f82b91 (patch)
treef7a8f618ffab55f50ccac82ff6e1039c3341cb47 /test_index.php
parent2ea93a77c34a4ccddd10eca309e8b601d6344a17 (diff)
downloadpkgsubmit-cc6f919b5634318d00f9ed23f6a63e6a35f82b91.tar
pkgsubmit-cc6f919b5634318d00f9ed23f6a63e6a35f82b91.tar.gz
pkgsubmit-cc6f919b5634318d00f9ed23f6a63e6a35f82b91.tar.bz2
pkgsubmit-cc6f919b5634318d00f9ed23f6a63e6a35f82b91.tar.xz
pkgsubmit-cc6f919b5634318d00f9ed23f6a63e6a35f82b91.zip
fix script URL
Diffstat (limited to 'test_index.php')
-rw-r--r--test_index.php2
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>');