* Added a proper CVS ID and Copyright disclaimer to every file. Other
authorArt Cancro <ajc@citadel.org>
Sun, 2 Nov 2003 02:39:30 +0000 (02:39 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 2 Nov 2003 02:39:30 +0000 (02:39 +0000)
  developers and webmasters working on the project, please add your own
  identities to the copyright notice of any module you work on.

ctdlphp/ChangeLog
ctdlphp/ctdlheader.php
ctdlphp/ctdlsession.php
ctdlphp/do_login.php
ctdlphp/login.php
ctdlphp/logout.php

index 00dd4460f5ee050493b674df6742ac09ad99897e..ab901a0922e59362115c123f42d03679c68b8739 100644 (file)
@@ -1,4 +1,9 @@
  $Log$
+ Revision 1.6  2003/11/02 02:39:30  ajc
+ * Added a proper CVS ID and Copyright disclaimer to every file.  Other
+   developers and webmasters working on the project, please add your own
+   identities to the copyright notice of any module you work on.
+
  Revision 1.5  2003/11/01 23:29:04  ajc
  * Allow the session proxy to time out after 15 minutes.
  * This program now requires PHP v4.3.0 or newer due to bugs in the socket
@@ -20,5 +25,3 @@
 
  Revision 1.1  2003/10/31 03:47:13  ajc
  * Initial CVS import
-
-
index aa8eb4dc3b496670e4ae1c2ec42de1a14c91c14b..2bf55be696a76b0ecc30a164290c40aa80a932ea 100644 (file)
@@ -1,5 +1,14 @@
 <?PHP
 
+// $Id$
+//
+// Header and footer code to be included on every page.  Not only does it
+// contain some common markup, but it also includes some code glue that holds
+// the session together.
+//
+// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
+// This program is released under the terms of the GNU General Public License.
+
 include "ctdlsession.php";
 include "ctdlprotocol.php";
 
index 5683467abae3f93b76b9e42be3ea535b28fb588b..81e7c282924b6c155273dda069a9ef8017e48a34 100644 (file)
@@ -1,7 +1,6 @@
 <?PHP
 
-//
-// ctdlsession.php
+// $Id$
 //
 // This gets called from within the header functions.  It establishes or
 // connects to a PHP session, and then connects to Citadel if necessary.
index b60eebc4ec4fe1c6280d6364b49610a3de3c6023..319347de38597ed8fa50e87aad69e69239b82881 100644 (file)
@@ -1,4 +1,13 @@
 <?PHP
+
+// $Id$
+//
+// The login form displayed in login.php submits to this page.
+// 
+// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
+// This program is released under the terms of the GNU General Public License.
+//
+
        include "ctdlheader.php";
        bbs_page_header();
 
index 2190447d2f029742d1cb8527aaf1d5bbc6349ae9..ebf514e63b36106585113b6f4505e5f5cfaed94b 100644 (file)
@@ -1,4 +1,13 @@
 <?PHP
+
+// $Id$
+//
+// Initial start page for PHP-based Citadel web sessions.
+//
+// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
+// This program is released under the terms of the GNU General Public License.
+//
+
        include "ctdlheader.php";
        bbs_page_header();
 
index 3d27c5ecd1bd2d0b269aa49edb1d6fa0f131fdf1..66eb5c8905966bcf0d74b81fc2e32f735e428f55 100644 (file)
@@ -1,4 +1,13 @@
 <?PHP
+
+// $Id$
+//
+// Log out the user and destroy the session.
+//
+// Copyright (c) 2003 by Art Cancro <ajc@uncensored.citadel.org>
+// This program is released under the terms of the GNU General Public License.
+//
+
        include "ctdlheader.php";
 
        bbs_page_header();