parent
1580cd8783
commit
07a54d2692
@ -1,5 +1,5 @@ |
|||||||
var page = require('webpage').create(); |
var page = require('webpage').create(); |
||||||
page.open('http://localhost/nieuws/', 'post', 'gebruikersnaam=Admin&wachtwoord=sesame', function() { |
page.open('http://localhost/nieuws/login.php', 'post', 'gebruikersnaam=Admin&wachtwoord=sesame', function() { |
||||||
setTimeout(function(){ |
setTimeout(function(){ |
||||||
phantom.exit(); |
phantom.exit(); |
||||||
}, 1000); |
}, 1000); |
||||||
|
Loading…
Reference in new issue