Changeset 636 for trunk/Modules/ShoutBox/ShoutBox.php
- Timestamp:
- Dec 11, 2013, 12:15:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/ShoutBox/ShoutBox.php
r626 r636 44 44 function Show() 45 45 { 46 $this->Title = T('Shoutbox'); 46 47 if(array_key_exists('a', $_POST)) $Action = $_POST['a']; 47 48 else if(array_key_exists('a', $_GET)) $Action = $_GET['a'];
Note:
See TracChangeset
for help on using the changeset viewer.