mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
- fixed a few bugs
- added user_add() function - check posted images ([img]) for same domain/scipt and php files - auth_api.html updated to the coding guidelines look&feel - introduced ability to force non page-updates (cron is using it) - correctly resend coppa email git-svn-id: file:///svn/phpbb/trunk@6048 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
*/
|
||||
class ucp_confirm
|
||||
{
|
||||
var $u_action;
|
||||
|
||||
function main($id, $mode)
|
||||
{
|
||||
global $db, $user, $phpbb_root_path, $config, $phpEx;
|
||||
@@ -56,11 +58,7 @@ class ucp_confirm
|
||||
|
||||
if (function_exists('imagettfbbox') && function_exists('imagettftext'))
|
||||
{
|
||||
$policy_modules[] = 'policy_overlap';
|
||||
$policy_modules[] = 'policy_shape';
|
||||
$policy_modules[] = 'policy_cells';
|
||||
$policy_modules[] = 'policy_stencil';
|
||||
$policy_modules[] = 'policy_composite';
|
||||
$policy_modules += array('policy_overlap', 'policy_shape', 'policy_cells', 'policy_stencil', 'policy_composite');
|
||||
}
|
||||
|
||||
foreach ($policy_modules as $key => $name)
|
||||
@@ -87,4 +85,5 @@ class ucp_confirm
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user