kritbit

kritbit Git Source Tree


Root/web/application/models/Sessions.php

1
2
3
4
5
6
7
8
9
10
<?php
 
namespace application\models;
 
class Sessions extends \system\engine\HF_Model {
    public $sessionid;
    public $ip;
    public $userAgent;
    public $data;
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08928s using 11 queries.