Ejemplo n.º 1
0
function FREEWEB_CONTENT_SAVE()
{
    $FREEWEB_CONTENT = url_decode_special_tool($_POST["FREEWEB_CONTENT"]);
    $free = new freeweb($_POST["servername"]);
    $free->SaveContentPlus($FREEWEB_CONTENT);
}