We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963f6ab commit bdad4f3Copy full SHA for bdad4f3
src/AbraFlexi/RO.php
@@ -2735,9 +2735,9 @@ public function error500Reporter($errorResponse) {
2735
$d->close();
2736
2737
if ((strstr($this->url, '://localhost') || strstr($this->url,
2738
- '://127.')) && file_exists('/var/log/abraflexi.log')) {
+ '://127.')) && file_exists('/var/log/flexibee.log')) {
2739
2740
- $fl = fopen('/var/log/' . 'abraflexi.log', 'r');
+ $fl = fopen('/var/log/' . 'flexibee.log', 'r');
2741
if ($fl) {
2742
$tracelog = [];
2743
for ($x_pos = 0, $ln = 0, $output = array(); fseek($fl,
0 commit comments