/extremedating/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/extremedating/trunk

« back to all changes in this revision

Viewing changes to adduser.php

  • Committer: Daniel Johansson
  • Date: 2013-04-14 00:06:21 UTC
  • mfrom: (43.1.1 extremedating)
  • Revision ID: maila@danieljohansson.nu-20130414000621-ckz0dklnj5gg60ps
Merger

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  }
91
91
  echo "<body> <h1> New user added! </h1> </body>";
92
92
  sleep(.5);
93
 
  //header("Location:./index.php");
 
93
  header("Location:./index.php");
94
94
} else {
95
95
 
96
96
?>