v1.7 RC.2

This commit is contained in:
carodej
2020-07-21 09:27:57 +02:00
parent b67297f160
commit 6f6115d5cb
10 changed files with 38 additions and 13 deletions

View File

@@ -171,7 +171,6 @@ function get_version()
*/
function is_demo($user_id)
{
return env('APP_DEMO', false) && $user_id === 1;
}