Untitled
unknown
php
3 years ago
315 B
11
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...