%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<!--<h1><img src="<//?= base_url('assets/imgs/timer.png') ?>" class="header-img" style="margin-top:-3px;"> History</h1>--> <h1><i class="fa fa-history titleIconsize"></i> History</h1> <hr> <?php if ($history === false) { ?> <div class="alert alert-danger">History is stopped! Go to config.php and set <b>admin_history</b> to <b>TRUE</b></div> <?php } ?> <div class="table-responsive"> <table class="table table-condensed table-bordered table-striped custab"> <thead> <tr> <th>User</th> <th>Action</th> <th>IP Address</th> <th>Time</th> </tr> </thead> <tbody> <?php if ($actions->result()) { foreach ($actions->result() as $action) { ?> <tr> <td><?= $action->username ?></td> <td><?= $action->activity ?></td> <td><?= $action->ip_address ?></td> <td><?= date('d M Y H:m:s', $action->time) ?></td> </tr> <?php } } else { ?> <tr><td colspan="3">No history found!</td></tr> <?php } ?> </tbody> </table> </div> <?= $links_pagination ?>