diff options
author | deva <deva> | 2009-08-24 13:17:40 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-24 13:17:40 +0000 |
commit | 8e8cfb2fb27c2b217144e1efaa4137254d58ed3e (patch) | |
tree | 20293895d35b03fb4f95e28f027439f023da2008 /utils/guestbook.php | |
parent | b98a5821862b4c5bae88be28757d60554bb7ac68 (diff) |
Some gallery stuff. Change in default number of news to show, and a new Gallery module.
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 |