The Lua interpreter is available on all of our servers, and the path to it is:
/usr/bin/lua
Or via PHP extension. Please note that this extension works with PHP 7 only (PHP 7.1 and PHP 7.2),
To enable the Lua extension, you need to add the following line to the account’s php.ini file (or in a local php.ini file):
extension=lua.so
No Comments yet!