View difference between Paste ID: 69b3Q5i3 and 4DayWH23
SHOW: | | - or go back to the newest paste.
1-
$replace = array( ($post['email']!="") ? "".$post['name']."" : $post['name'], strftime($dateformat, $post['time']), ($post['www']!="") ? "".$post['www']."" : "", stripslashes($post['post']), "", "" ,$post['edad'] );
1+
$replace = array( ($post['email']!="") ? "".$post['name']."" : $post['name'], strftime($dateformat, $post['time']), ($post['www']!="") ? "".$post['www']."" : "", stripslashes($post['post']), "", "" ,$post['edad'], basename(dirname(__FILE__)));