11.02.2020, 10:53
Thanks, I uploaded the user.lp file to / with ftp as user and then change the premissions to this file to 777.
With my browser pointed to this location it shows error:
Error in /www/user/user.lp at line 2: attempt to call global ' require' (a nil value)
user.lp file content:
<?
require('apps')
clientuser = request.username or 'anonymous'
print(clientuser)
?>
-John
With my browser pointed to this location it shows error:
Error in /www/user/user.lp at line 2: attempt to call global ' require' (a nil value)
user.lp file content:
<?
require('apps')
clientuser = request.username or 'anonymous'
print(clientuser)
?>
-John