Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Export Email
This commit allows us to email audit exports to an Agent if we reach the max execution limit.
- Loading branch information
Showing
with
53 additions
and 86 deletions.
- +52 −40 include/class.export.php
- +0 −17 scp/audits.php
- +0 −14 scp/staff.php
- +1 −3 scp/tickets.php
- +0 −12 scp/users.php
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -214,18 +214,6 @@ | ||
.' '.__('Internal error occurred'); | ||
} | ||
break; | ||
} | ||
} | ||
|
||