[Openupload-svn-update] SF.net SVN: openupload:[364] trunk/www/plugins/captcha.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-11-07 23:54:53
|
Revision: 364
http://openupload.svn.sourceforge.net/openupload/?rev=364&view=rev
Author: tsdogs
Date: 2009-11-07 23:54:47 +0000 (Sat, 07 Nov 2009)
Log Message:
-----------
OUSESSSION now
Modified Paths:
--------------
trunk/www/plugins/captcha.php
Modified: trunk/www/plugins/captcha.php
===================================================================
--- trunk/www/plugins/captcha.php 2009-11-07 23:51:49 UTC (rev 363)
+++ trunk/www/plugins/captcha.php 2009-11-07 23:54:47 UTC (rev 364)
@@ -1,5 +1,7 @@
<?php
ob_start();
+session_name('OUSESSION');
+session_start();
/* disable error reporting to the browser */
ini_set('display_errors',0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|