src/php/Apix/Plugin/OutputDebug.php 1 location
|
@@ 70-72 (lines=3) @@
|
| 67 |
|
$data['timing'] = round(microtime(true) - APIX_START_TIME, 3) . ' seconds'; |
| 68 |
|
} |
| 69 |
|
|
| 70 |
|
if (null !== $this->options['extras']) { |
| 71 |
|
$data['extras'] = $this->options['extras']; |
| 72 |
|
} |
| 73 |
|
|
| 74 |
|
$name = $this->options['name']; |
| 75 |
|
if (true === $this->options['prepend']) { |
src/php/Apix/Plugin/OutputSign.php 1 location
|
@@ 54-56 (lines=3) @@
|
| 51 |
|
'client_ip' => $request->getIp(true) |
| 52 |
|
); |
| 53 |
|
|
| 54 |
|
if (null !== $this->options['extras']) { |
| 55 |
|
$data['extras'] = $this->options['extras']; |
| 56 |
|
} |
| 57 |
|
|
| 58 |
|
$name = $this->options['name']; |
| 59 |
|
if (true === $this->options['prepend']) { |