This commit is contained in:
2026-03-30 10:42:37 +03:00
parent 2dafebd11c
commit f75b1af2eb
2 changed files with 12 additions and 1 deletions

11
config/config.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
$CONFIG = array(
'dbhost' => '',
'dbuser' => '',
'dbpass' => '',
'dbnamem' => '',
//'' => '',
);
?>

View File

@@ -47,7 +47,7 @@
</tbody>
</table>
<?php printf("Отчет сгенерирован за: %.5f сек", microtime(true)-START_TIME);?>
Обнавлено в <?php echo date ("d-m-Y H:i:s.", filemtime("index.php"));?>
Обнавлено в <?php echo date ('d-m-Y H:i:s.', filemtime('index.php'));?>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</body>
</html>