Changeset 1162 in ExiteCMS for modules/common/last_seen_users_panel/php-files/modules/last_seen_users_panel/last_seen_users_panel.php
- Timestamp:
- 12/08/07 00:12:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/last_seen_users_panel/php-files/modules/last_seen_users_panel/last_seen_users_panel.php
r1074 r1162 16 16 17 17 // number of users to show in the panel 18 define('MAX_USERS', 15);18 if (!defined('MAX_USERS')) define('MAX_USERS', 15); 19 19 20 20 // array's to store the variables for this panel
Note: See TracChangeset
for help on using the changeset viewer.
