Changeset 2042 in ExiteCMS


Ignore:
Timestamp:
11/16/08 15:23:05 (3 years ago)
Author:
WanWizard
Message:

allow the theme changer module to work when no user is logged in

Location:
modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
  • modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel/locale_switcher_panel.php

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
    • Property svn:keywords set to Date Revision Author Id
    r1146 r2042  
    11<?php 
    2 /*---------------------------------------------------+ 
    3 | ExiteCMS Content Management System                 | 
    4 +----------------------------------------------------+ 
    5 | Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
    6 | for support, please visit http://exitecms.exite.eu | 
    7 +----------------------------------------------------+ 
    8 | Released under the terms & conditions of v2 of the | 
    9 | GNU General Public License. For details refer to   | 
    10 | the included gpl.txt file or visit http://gnu.org  | 
    11 +----------------------------------------------------*/ 
     2/*---------------------------------------------------------------------+ 
     3| ExiteCMS Content Management System                                   | 
     4+----------------------------------------------------------------------+ 
     5| Copyright 2006-2008 Exite BV, The Netherlands                        | 
     6| for support, please visit http://www.exitecms.org                    | 
     7+----------------------------------------------------------------------+ 
     8| Some code derived from PHP-Fusion, copyright 2002 - 2006 Nick Jones  | 
     9+----------------------------------------------------------------------+ 
     10| Released under the terms & conditions of v2 of the GNU General Public| 
     11| License. For details refer to the included gpl.txt file or visit     | 
     12| http://gnu.org                                                       | 
     13+----------------------------------------------------------------------+ 
     14| $Id::                                                               $| 
     15+----------------------------------------------------------------------+ 
     16| Last modified by $Author::                                          $| 
     17| Revision number $Rev::                                              $| 
     18+---------------------------------------------------------------------*/ 
    1219if (eregi("locale_switcher_panel.php", $_SERVER['PHP_SELF']) || !defined('INIT_CMS_OK')) die(); 
    1320 
  • modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel/module_installer.php

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
    • Property svn:keywords set to Date Revision Author Id
    r1947 r2042  
    1212| http://gnu.org                                                       | 
    1313+----------------------------------------------------------------------+ 
    14 | $Id:: viewpage.php 1935 2008-10-29 23:42:42Z WanWizard              $| 
     14| $Id::                                                               $| 
    1515+----------------------------------------------------------------------+ 
    16 | Last modified by $Author:: WanWizard                                $| 
    17 | Revision number $Rev:: 1935                                         $| 
     16| Last modified by $Author::                                          $| 
     17| Revision number $Rev::                                              $| 
    1818+---------------------------------------------------------------------*/ 
    1919if (!checkrights("I") || !defined("iAUTH") || $aid != iAUTH || !defined('INIT_CMS_OK')) fallback(BASEDIR."index.php"); 
  • modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel/templates

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
  • modules/common/locale_switcher_panel/php-files/modules/locale_switcher_panel/templates/modules.locale_switcher_panel.tpl

    • Property bugtraq:logregex set to (?:ticket: *|#)(\d+) *(?:, *(\d+))*
    • Property bugtraq:url set to http://www.exitecms.org/trac/ticket/%BUGID%
    • Property svn:keywords set to Date Revision Author Id
    r1146 r2042  
    11{***************************************************************************} 
    2 {*                                                                         *} 
    3 {* ExiteCMS template: modules.locale_switcher.tpl                          *} 
    4 {*                                                                         *} 
     2{* ExiteCMS Content Management System                                      *} 
    53{***************************************************************************} 
    6 {*                                                                         *} 
    7 {* Author: WanWizard <wanwizard@gmail.com>                                 *} 
    8 {*                                                                         *} 
    9 {* Revision History:                                                       *} 
    10 {* 2007-10-11 - WW - Initial version                                       *} 
    11 {*                                                                         *} 
     4{* Copyright 2006-2008 Exite BV, The Netherlands                           *} 
     5{* for support, please visit http://www.exitecms.org                       *} 
     6{*-------------------------------------------------------------------------*} 
     7{* Released under the terms & conditions of v2 of the GNU General Public   *} 
     8{* License. For details refer to the included gpl.txt file or visit        *} 
     9{* http://gnu.org                                                          *} 
     10{***************************************************************************} 
     11{* $Id::                                                                  $*} 
     12{*-------------------------------------------------------------------------*} 
     13{* Last modified by $Author::                                             $*} 
     14{* Revision number $Rev::                                                 $*} 
    1215{***************************************************************************} 
    1316{*                                                                         *} 
Note: See TracChangeset for help on using the changeset viewer.