mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Adjust blocking page paths from admin restructure
This commit is contained in:
parent
1a3bdbaabf
commit
7bcc15e416
1 changed files with 3 additions and 3 deletions
|
@ -87,8 +87,8 @@ if($uri == "/")
|
|||
</div>
|
||||
</main>
|
||||
<footer>Generated <?php echo date('D g:i A, M d'); ?> by Pi-hole <?php echo $piHoleVersion; ?></footer>
|
||||
<script src="http://pi.hole/admin/js/other/jquery.min.js"></script>
|
||||
<script src="http://pi.hole/admin/js/pihole/queryads.js"></script>
|
||||
<script src="http://pi.hole/admin/scripts/vendor/jquery.min.js"></script>
|
||||
<script src="http://pi.hole/admin/scripts/pi-hole/js/queryads.js"></script>
|
||||
<script>
|
||||
function inIframe () {
|
||||
try {
|
||||
|
@ -123,7 +123,7 @@ function add() {
|
|||
}
|
||||
|
||||
$.ajax({
|
||||
url: "admin/php/add.php",
|
||||
url: "admin/scripts/pi-hole/php/add.php",
|
||||
method: "post",
|
||||
data: {"domain":domain.val(), "list":"white", "pw":pw.val()},
|
||||
success: function(response) {
|
||||
|
|
Loading…
Reference in a new issue