Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi, Could anyone know how to disable a project temporarily?Sometime I need to maintain data manually, the DB server doesn't shut down.The users are prohibited from update action. Can PHPRunner implement this?Or I can only use Mysql Lock table to do this?Thanks
Modify file include/dbcommon.php adding the following somewhere in the beginning of the file:
echo "Website is off";exit();