Sinan SEN
Results
1
comments of
Sinan SEN
> Refer to: > [#44 (comment)](https://github.com/telephone/LookingGlass/issues/44#issuecomment-333401402) > > Edit ajax.php and replace: > > `$output = $lg->$_GET['cmd']($_GET['host']); ` > > with > > `$output = $lg->{$_GET['cmd']}$_GET['host']);` > > This works...