LBRN#78168 Mobile not enabled bij subreservering

svn path=/Website/trunk/; revision=60364
This commit is contained in:
Peter Feij
2023-05-10 12:04:45 +00:00
parent 1d56ea26cb
commit c176ba4cee

View File

@@ -11,7 +11,8 @@
*/ %>
<!--#include file="../Shared/status.inc"-->
<%
if (!(S("mobile_enabled") & 1))
var qrc = getQParamInt("qrc", 0) != 0;
if (S("mobile_enabled") == 0 && !qrc)
{
shared.simpel_page("Mobile module not enabled.<br><a href='" + rooturl + "?interface=desktop'>Continue</a>"); // Wel betalen he!
Session("interface") = "desktop";