PHP 8.1.33
Preview: ucp_confirm.php Size: 938 B
/home/jambtst2015/public_html/forum/includes/ucp/ucp_confirm.php

<?php
/**
*
* @package VC
* @version $Id$
* @copyright (c) 2005 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

/**
* ucp_confirm
* Visual confirmation
*
* Note to potential users of this code ...
*
* Remember this is released under the _GPL_ and is subject
* to that licence. Do not incorporate this within software
* released or distributed in any way under a licence other
* than the GPL. We will be watching ... ;)
*
* @package VC
*/
class ucp_confirm
{
	var $u_action;

	function main($id, $mode)
	{
		global $db, $user, $phpbb_root_path, $config, $phpEx;

		include($phpbb_root_path . 'includes/captcha/captcha_factory.' . $phpEx);
		$captcha = phpbb_captcha_factory::get_instance($config['captcha_plugin']);
		$captcha->init(request_var('type', 0));
		$captcha->execute();

		garbage_collection();
		exit_handler();
	}
}

?>

Directory Contents

Dirs: 1 × Files: 16

Name Size Perms Modified Actions
info DIR
- drwxr-xr-x 2024-11-22 17:53:06
Edit Download
3.65 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
6.76 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
938 B lrw-r--r-- 2024-11-22 17:53:06
Edit Download
39.43 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
30.02 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
12.38 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
40.52 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
24.15 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
18.50 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
13.11 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
14.79 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
25.14 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
14.28 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
3.41 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
4.84 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download
6.74 KB lrw-r--r-- 2024-11-22 17:53:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).