1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-25 13:28:33 +01:00
2021-12-01 12:27:56 +01:00

8 lines
163 B
PHP

<?php
include_once __DIR__.'/../../core.php';
$records = get('records', true);
$records = $records ? explode(',', $records) : [];
$record = $records[0] ?: null;