summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_auth.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-15 22:40:37 -0400
commit2f647f7ce3806f256de8a8bb732f88b8351d73f1 (patch)
tree3458a97de562587ec9cf1869dce0409951ff710b /usr/local/www/diag_logs_auth.php
parent40f7d05635388da7c1e5f757736036a3c8d28db5 (diff)
downloadpfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.zip
pfsense-2f647f7ce3806f256de8a8bb732f88b8351d73f1.tar.gz
Use divisibles of 512
Diffstat (limited to 'usr/local/www/diag_logs_auth.php')
-rwxr-xr-xusr/local/www/diag_logs_auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_auth.php b/usr/local/www/diag_logs_auth.php
index 3db4eeb..775419a 100755
--- a/usr/local/www/diag_logs_auth.php
+++ b/usr/local/www/diag_logs_auth.php
@@ -50,7 +50,7 @@ if ($_POST['clear']) {
unlink($portal_logfile);
touch($portal_logfile);
} else {
- exec("/usr/sbin/fifolog_create -s 262144 {$portal_logfile}");
+ exec("/usr/sbin/fifolog_create -s 511488 {$portal_logfile}");
}
}
OpenPOWER on IntegriCloud