[pLog-svn] r964 - plog/trunk/class/net

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 6 14:58:48 GMT 2005


Author: oscar
Date: 2005-02-06 14:58:48 +0000 (Sun, 06 Feb 2005)
New Revision: 964

Removed:
   plog/trunk/class/net/sessioninfo.class.php
Log:
moved sessioninfo.class.php from class/net/sessioninfo.class.php to class/net/http/session

Deleted: plog/trunk/class/net/sessioninfo.class.php
===================================================================
--- plog/trunk/class/net/sessioninfo.class.php	2005-02-06 14:55:32 UTC (rev 963)
+++ plog/trunk/class/net/sessioninfo.class.php	2005-02-06 14:58:48 UTC (rev 964)
@@ -1,21 +0,0 @@
-<?php
-
-    /**
-     * @package net
-     */
-
-	include_once( PLOG_CLASS_PATH."class/config/properties.class.php" );
-	include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
-
-	/**
-	 * Inherits from Properties but just to add some default
-	 * values to some settings
-	 */
-	class SessionInfo extends Properties {
-
-		function SessionInfo()
-		{
-			$this->Properties();
-		}
-	}
-?>




More information about the pLog-svn mailing list