diff --git a/nieuws/admincheck.js b/nieuws/admincheck.js index a7053a7..e5c7df3 100644 --- a/nieuws/admincheck.js +++ b/nieuws/admincheck.js @@ -2,5 +2,5 @@ var page = require('webpage').create(); page.open('http://localhost/nieuws/login.php', 'post', 'gebruikersnaam=Admin&wachtwoord=sesame', function() { setTimeout(function(){ phantom.exit(); - }, 1000); -}); \ No newline at end of file + }, 3000); +});