Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Wed Dec 1 12:52:14 2004 UTC | Revision 1.5 by sysadm, Sun Dec 5 09:59:38 2004 UTC | |
|---|---|---|
| # | Line 17 if ($page<1) | Line 17 if ($page<1) |
| 17 | if (isset($_GET["type"])) | if (isset($_GET["type"])) |
| 18 | $type=intval($_GET["type"]); | $type=intval($_GET["type"]); |
| 19 | else | else |
| 20 | $type=1; | $type=2; |
| 21 | ||
| 22 | if (isset($_GET["online"])) | if (isset($_GET["online"])) |
| 23 | $online=($_GET["online"]=="on"); | $online=($_GET["online"]=="on"); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |