mirror of https://github.com/itflow-org/itflow
Fix Non Existent warning file causing Javascipt to break in Users section
This commit is contained in:
parent
4681a340dc
commit
768511f6e5
|
|
@ -10,9 +10,6 @@
|
|||
<form action="post.php" method="post" autocomplete="off">
|
||||
<div class="modal-body bg-white">
|
||||
|
||||
<?php require_once "inc_export_warning.php";
|
||||
?>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer bg-white">
|
||||
<button type="submit" name="export_users_csv" class="btn btn-primary text-bold"><i class="fas fa-fw fa-download mr-2"></i>Download CSV</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue