Revision 33f28cc5
Added by Renato Botelho over 4 years ago
src/etc/inc/util.inc | ||
---|---|---|
2606 | 2606 |
} |
2607 | 2607 |
} |
2608 | 2608 |
if (isset($config['system']['route-debug'])) { |
2609 |
file_put_contents("/dev/console", "\n[".getmypid()."] ROUTE: {$add_change} {$args} result: {$rc}"); |
|
2609 |
file_put_contents("/dev/console", "\n[" . getmypid() . |
|
2610 |
"] ROUTE: {$add_change} {$args} result: {$rc}"); |
|
2610 | 2611 |
} |
2611 | 2612 |
|
2612 | 2613 |
return ($rc == 0); |
Also available in: Unified diff
Style: break long line