I'm using firefox on my end, easiest way to show javascript output is to right-click on an element and choose "inspect"... it will open the inspector at the bottom of your screen. (then choose console for output).
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu }).done(function(data) {
// redirect on successful login
if (data['clientState'] == 'AUTHORIZED') {
}).done(function(data) {
// redirect on successful login
console.log(data);
console.log(getURLparams()['redirurl']);
if (data['clientState'] == 'AUTHORIZED') {
root@OPNsense:~/core # python2.7
Python 2.7.11 (default, Apr 6 2016, 12:15:49)
[GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] on freebsd10
Type "help", "copyright", "credits" or "license" for more information.
>>> import flowd
>>> flog = flowd.FlowLog('/var/log/flowd.log')
>>> for flow in flog:
... print flow
... break
...
<flowd.Flow object at 0x2faab2449c0>