Revision bde982dd
Added by Jim Pingle over 12 years ago
usr/local/sbin/pfSsh.php | ||
---|---|---|
331 | 331 |
$playback_text .= $pfs . "\n"; |
332 | 332 |
} |
333 | 333 |
} |
334 |
global $config; |
|
334 | 335 |
eval($playback_text); |
335 | 336 |
} |
336 | 337 |
|
Also available in: Unified diff
Declare $config as global before interactive PHP shell command evaluation. Fixes #808