/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: Gustav Hatvigsson
  • Date: 2013-04-13 23:54:48 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: gustav.hartvigsson@gmail.com-20130413235448-qbledkwo13jk960l
Made it redirect... again...

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
?>