Untitled
unknown
php
2 years ago
315 B
5
Indexable
<?php include_once 'config/Database.php'; include_once 'class/Logs.php'; $database = new Database(); $db = $database->getConnection(); $record = new Records($db); if(!empty($_POST['action']) && $_POST['action'] == 'listLogs') { $record->listLogs(); }
Editor is loading...