diff options
Diffstat (limited to 'themes/smartpocket/themeconf.inc.php')
-rw-r--r-- | themes/smartpocket/themeconf.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php index 7cedbc21b..0c5f7397d 100644 --- a/themes/smartpocket/themeconf.inc.php +++ b/themes/smartpocket/themeconf.inc.php @@ -13,7 +13,7 @@ $themeconf = array( );
// Redirect if page is not compatible with mobile theme
-if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification')))
+if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws')))
redirect(duplicate_index_url());
//Retrive all pictures on thumbnails page
|