Ver original<?phpif (function_exists('tolog')) {function tolog($what){ global $con; $whoi=$_SESSION['b_id']; $wher=$_SERVER['REMOTE_ADDR']; $con->query("INSERT INTO m_log VALUES('','$whoi','$wher','$what',NOW())");}}?>