Thread obsoleto Problema captha Future CMS 1.0

francescoxz

Utente Normale
Autore del topic
23 Agosto 2015
84
29
Miglior risposta
0
Ciao raga ho un problema con i captha di future cms sapete come rimuoverlo del tutto ? onde evitare questo probelma ?

Cattura.PNG
 
<?php

namespace Future\Api\WebAPI\API_public\registration;

use Future\Utils\ContainerClass;

class new_registration extends ContainerClass
{
function api_function()
{
header('Content-type: application/json');
$data = json_decode(file_get_contents("php://input"), true);
$birth_timestamp = strtotime($data['birthdate']['year'].'/'.$data['birthdate']['month'].'/'.$data['birthdate']['day']);
$this->container['user']->registration($birth_timestamp, $data['email'], $data['password'], $data['passwordRepeated']);
}
}
Modifico aggiungendo i tag CODE.
Quando pubblichi un codice scrivi (CODE) testo (/CODE) sostituendo alle parentesi tonde le parentesi quadre.