Make the admin login as admin

Paul Wagener 11 years ago
parent 0a955bab41
commit d4eeb469ba
  1. 2
      nieuws/admincheck.js

@ -1,5 +1,5 @@
var page = require('webpage').create(); var page = require('webpage').create();
page.open('http://localhost/nieuws/', function() { page.open('http://localhost/nieuws/', 'post', 'email=admin@nieuws.nl&password=sesame', function() {
setTimeout(function(){ setTimeout(function(){
phantom.exit(); phantom.exit();
}, 1000); }, 1000);

Loading…
Cancel
Save