CMS
Version 3.9
override.inc
Go to the documentation of this file.
1
<?php
2
Fakoli::using
(
"mobile_settings"
);
3
4
$mobile
= checkNumeric($_GET[
"mobile"
]);
5
$redirect
= $_GET[
"redirect"
];
6
7
$_SESSION
[
"useMobile"
] =
$mobile
;
8
trace(
"Overriding Mobile mode: $mobile"
, 3);
9
10
redirect(
$redirect
);
11
?>
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
$mobile
$mobile
Definition:
override.inc:4
$_SESSION
$_SESSION["useMobile"]
Definition:
override.inc:7
$redirect
$redirect
Definition:
override.inc:5
code
cms.sonjara.com
cms
components
mobile_settings
handlers
override.inc
Generated on Tue Mar 23 2021 15:36:13 for CMS by
1.9.1