Skip to content
Snippets Groups Projects
Commit c211f7ae authored by tbrehm's avatar tbrehm
Browse files

No commit message

No commit message
parent 3e0034c1
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ foreach($records as $rec) { ...@@ -228,7 +228,7 @@ foreach($records as $rec) {
####################################################################################################### #######################################################################################################
// rotate the ispconfig.log when it exceeds a size of 10 MB // rotate the ispconfig.log when it exceeds a size of 10 MB
$logfile = '/var/log/ispconfig/ispconfig.log'); $logfile = '/var/log/ispconfig/ispconfig.log';
if(is_file($logfile) && filesize($logfile) > 10000000) { if(is_file($logfile) && filesize($logfile) > 10000000) {
exec("gzip -c $logfile > $logfile.1.gz"); exec("gzip -c $logfile > $logfile.1.gz");
exec("cat /dev/null > $logfile"); exec("cat /dev/null > $logfile");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment