Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Thu Mar 6 07:41:52 2025 UTC | Revision 1.4 by sysadm, Tue Mar 18 03:52:17 2025 UTC | |
|---|---|---|
| # | Line 49 mysql_close($db_conn); | Line 49 mysql_close($db_conn); |
| 49 | ||
| 50 | if ($tid==0) | if ($tid==0) |
| 51 | { | { |
| 52 | header ("Location: detail.php?id=$id"); | header ("Location: view_article.php?id=$id"); |
| 53 | } | } |
| 54 | else | else |
| 55 | { | { |
| 56 | header ("Location: detail.php?id=$tid#$id"); | header ("Location: view_article?id=$tid#$id"); |
| 57 | } | } |
| 58 | ?> | ?> |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |