mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-18 19:59:30 +03:00
authdb check: Use relative, not absolute path
This commit is contained in:
parent
6ba23a85b8
commit
82db64595c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if (is_logged_in() and isset($_POST['formname']) and $_POST['formname'] === "cha
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var reader = new XMLHttpRequest();
|
var reader = new XMLHttpRequest();
|
||||||
var checkFor = "<?php echo $testurl; ?>";
|
var checkFor = "<?php echo $testpath; ?>";
|
||||||
reader.open('get', checkFor, true);
|
reader.open('get', checkFor, true);
|
||||||
reader.onreadystatechange = checkReadyState;
|
reader.onreadystatechange = checkReadyState;
|
||||||
function checkReadyState() {
|
function checkReadyState() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue