This commit is contained in:
Gabriel Pedro
2016-05-11 18:32:51 -04:00
parent 42195da9dc
commit 4e18cb3c66
8 changed files with 22 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ if (isset($_GET['success']) && empty($_GET['success'])) {
'vocation' => $_POST['selected_vocation'],
'town_id' => $_POST['selected_town'],
'sex' => $_POST['selected_gender'],
'lastip' => ip2long(getIP()),
'lastip' => getIPLong(),
'created' => time()
);