[pLog-svn] r3088 - plog/trunk/class/data/captcha
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Sun Mar 19 22:21:43 GMT 2006
Author: oscar
Date: 2006-03-19 22:21:42 +0000 (Sun, 19 Mar 2006)
New Revision: 3088
Modified:
plog/trunk/class/data/captcha/captcha.class.php
Log:
removed dependency from Object
Modified: plog/trunk/class/data/captcha/captcha.class.php
===================================================================
--- plog/trunk/class/data/captcha/captcha.class.php 2006-03-19 22:14:56 UTC (rev 3087)
+++ plog/trunk/class/data/captcha/captcha.class.php 2006-03-19 22:21:42 UTC (rev 3088)
@@ -1,6 +1,4 @@
<?php
-
- include_once( PLOG_CLASS_PATH."class/object/object.class.php" );
/**
* default expiration time for old images, 1h
@@ -41,12 +39,10 @@
* }
* </pre>
*/
- class Captcha extends Object
+ class Captcha
{
function Captcha()
{
- $this->Object();
-
$this->key = CAPTCHA_DEFAULT_KEY;
$this->cacheFolder = CAPTCHA_CACHE_FOLDER;
$this->expiredTime = CAPTCHA_DEFAULT_EXPIRATION_TIME;
More information about the pLog-svn
mailing list