Changeset 505 for trunk/action.php


Ignore:
Timestamp:
Feb 14, 2013, 8:24:52 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Generování RSS kanálů odděleno z hlavní stránky do souboru rss.php.
  • Upraveno: Kontrola akcí přihlašování/odhlašování uživatelů přesunuta z hlavičky na hlavní stránku.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/action.php

    r504 r505  
    280280$GroupId = LoadGroupIdParameter();
    281281$Table = $TranslationTree[$GroupId]['TablePrefix'];
    282 if(array_key_exists('action', $_GET)) $Action = $_GET['action'];
    283   else $Action = '';
     282$Action = '';
     283if(array_key_exists('action', $_GET)) $Action = $_GET['action'];
    284284
    285285if($Action == 'shoutbox') $Output = ShoutBox();
Note: See TracChangeset for help on using the changeset viewer.