You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
There's a lot of use of global vars in the PHP, which are then used within functions via global, but this doesn't work in environments such as serverless Lambda functions.
In order to get this working and also improve code quality, review code and change globals to use get/set functions within the existing classes (File, System etc).
The text was updated successfully, but these errors were encountered:
There's a lot of use of global vars in the PHP, which are then used within functions via
global
, but this doesn't work in environments such as serverless Lambda functions.In order to get this working and also improve code quality, review code and change globals to use get/set functions within the existing classes (File, System etc).
The text was updated successfully, but these errors were encountered: