/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 20:11:00 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130413201100-dhc1d0vtv74cz0nt
blarg

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  $password = sha1($_POST['passwd']."salt");
12
12
  //If there is a $_POST that indicates that the add userscript should be run.
13
13
  $query = "";
14
 
  $handle = $_FILES["image"]["temp_name"];
 
14
  $handle = @fopen($_FILES["image"]["temp_name"]);
15
15
  $output = "";
16
16
  if ($handle) {
17
17
      while (($buffer = fgets($handle, 4096)) !== false) {