/[inncomm]/index.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dpavlin, Fri Dec 8 08:38:09 2000 UTC revision 1.5 by dpavlin, Thu Dec 21 15:05:43 2000 UTC
# Line 1  Line 1 
1  <?  <?
2    
3    set_magic_quotes_runtime(0);
4    
5  include("inc/class.FastTemplate.pinc");  include("inc/class.FastTemplate.pinc");
6  include("inc/conn.inc");  include("inc/conn.inc");
7  include("inc/fixsql.inc");  include("inc/fixsql.inc");
# Line 147  if (md5($PHP_AUTH_USER.$PHP_AUTH_PW) != Line 149  if (md5($PHP_AUTH_USER.$PHP_AUTH_PW) !=
149    
150  //----- end of inserts/updates...  //----- end of inserts/updates...
151    
152  if (($what=="reply" || $what="show") && isset($t)) {  if (($what=="reply" || $what=="show") && isset($t)) {
153          $sql_where=" and topics.id=$t";          $sql_where=" and topics.id=$t";
154  }  }
155    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26