/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 05:10:39 UTC
  • Revision ID: maila@danieljohansson.nu-20130414051039-rs72wxozzalakqtu
added support for accepts and declines in a ugly way

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
<head>
27
27
<?php
28
28
include "php/db.php";
29
 
include "php/salt.php";
30
29
if(isset($_POST['hiddenStuff']) && $_POST['hiddenStuff'] == "Something Strange") {
31
 
  $password = sha1($_POST['passwd'].$pwd_salt);
 
30
  $password = sha1($_POST['passwd']."salt");
32
31
  //If there is a $_POST that indicates that the add userscript should be run.
33
32
  $query = "";
34
33
  $output = "";
137
136
              <td> <input type="input" name="city" id="city" /> </td>
138
137
            </tr>
139
138
            <tr>
140
 
              <td> <label for="file"> Profile Image </label> </td>
 
139
              <td> <label for="file"> City </label> </td>
141
140
              <td> <input type="file" name="image" id="image" /> </td>
142
141
            </tr>
143
142
                              <tr>