Ignore:
Timestamp:
Oct 30, 2004, 5:42:29 PM (19 years ago)
Author:
z0rglub
Message:
  • function mysql_query replaced by pwg_query : the same with debugging features
  • by default, DEBUG is set to 0 (off)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r555 r587  
    4040  WHERE username = \''.$_POST['username'].'\'
    4141;';
    42   $row = mysql_fetch_array(mysql_query($query));
     42  $row = mysql_fetch_array(pwg_query($query));
    4343  if ($row['password'] == md5($_POST['password']))
    4444  {
Note: See TracChangeset for help on using the changeset viewer.