Ignore:
Timestamp:
Apr 30, 2009, 8:20:59 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Prázdný soubor robots.txt.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/register.php

    r579 r580  
    6565      {       
    6666        $DbResult = $db->query('INSERT INTO `account` (`username`,`sha_pass_hash`,`email`,`expansion`) values ("'.$account.'","'.$heslo.'","'.$email.'","'.$expansion.'")');
    67         echo('INSERT INTO `account` (`username`,`sha_pass_hash`,`email`,`expansion`) values ("'.$account.'","'.$heslo.'","'.$email.'","'.$expansion.'")');
    68         echo($db->error);               
    6967        echo('<div class="h10">Účet '.$account.' byl vytvořen!</div>');
    7068      }
Note: See TracChangeset for help on using the changeset viewer.