Skip to content

Commit bdad4f3

Browse files
committed
logfile is still flexibee.log
1 parent 963f6ab commit bdad4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbraFlexi/RO.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,9 +2735,9 @@ public function error500Reporter($errorResponse) {
27352735
$d->close();
27362736

27372737
if ((strstr($this->url, '://localhost') || strstr($this->url,
2738-
'://127.')) && file_exists('/var/log/abraflexi.log')) {
2738+
'://127.')) && file_exists('/var/log/flexibee.log')) {
27392739

2740-
$fl = fopen('/var/log/' . 'abraflexi.log', 'r');
2740+
$fl = fopen('/var/log/' . 'flexibee.log', 'r');
27412741
if ($fl) {
27422742
$tracelog = [];
27432743
for ($x_pos = 0, $ln = 0, $output = array(); fseek($fl,

0 commit comments

Comments
 (0)