mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
sessid
This commit is contained in:
parent
b415f65249
commit
1b8e236e49
@ -148,6 +148,7 @@ class Pastes extends CI_Model
|
|||||||
$data['snipurl'] = false;
|
$data['snipurl'] = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$data['session_id'] = $this->input->cookie('ci_session');
|
||||||
$this->db->insert('pastes', $data);
|
$this->db->insert('pastes', $data);
|
||||||
return 'view/' . $data['pid'];
|
return 'view/' . $data['pid'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user