1
This commit is contained in:
11
config/config.php
Normal file
11
config/config.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$CONFIG = array(
|
||||||
|
'dbhost' => '',
|
||||||
|
'dbuser' => '',
|
||||||
|
'dbpass' => '',
|
||||||
|
'dbnamem' => '',
|
||||||
|
//'' => '',
|
||||||
|
);
|
||||||
|
|
||||||
|
?>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php printf("Отчет сгенерирован за: %.5f сек", microtime(true)-START_TIME);?>
|
<?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>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user