forked from qwerty/tupali
addon twitter
This commit is contained in:
parent
fe1ca7253b
commit
c1bd84719f
@ -23,7 +23,7 @@ function tuitealo($form,$tipo) {
|
|||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class='text-center'>
|
<div class='text-center'>
|
||||||
<p class='text-center'>Powered by: <a href='https://qwerty.co/milfs'>MIFS</a></p>
|
<p class='text-center'>Powered by: <a href='https://qwerty.co/milfs'>MILFS</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
@ -81,9 +81,12 @@ function tuitealo($form,$tipo) {
|
|||||||
";
|
";
|
||||||
|
|
||||||
if( $tipo =="previsualizar") {
|
if( $tipo =="previsualizar") {
|
||||||
|
$control = md5(rand(1,99999999).microtime());
|
||||||
$formulario_grabar ="
|
$formulario_grabar ="
|
||||||
|
|
||||||
<input type='hidden' id= '1308[0]' name= '1308[0]' value='$texto' >
|
<input type='hidden' id= '1308[0]' name= '1308[0]' value='$texto' >
|
||||||
|
<input type='hidden' id= 'form_id' name= 'form_id' value='297' >
|
||||||
|
<input type='hidden' id= 'control' name= 'control' value='$control' >
|
||||||
|
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user