diff options
Diffstat (limited to 'utils/guestbook.php')
-rw-r--r-- | utils/guestbook.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/guestbook.php b/utils/guestbook.php index ca9cd81..21b0fda 100644 --- a/utils/guestbook.php +++ b/utils/guestbook.php @@ -1,4 +1,5 @@ <?php + /* class GuestbookEntry { public $remoteaddr; public $title; @@ -165,5 +166,6 @@ if($page == "guestbook" && $action == "post" && </body></html> <?php exit(404); -} +} +*/ ?>
\ No newline at end of file |