Changeset 6388 for extensions/whois_online
- Timestamp:
- May 27, 2010, 2:51:46 PM (15 years ago)
- Location:
- extensions/whois_online
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/Changelog.txt.php
r6386 r6388 3 3 Plugin Name: Whois online 4 4 ** History ** 5 2010-05-27 2.1.d 6 Translator's description text 7 5 8 2010-05-27 2.1.c 6 9 Cosmetic review for the clear admin theme and more -
extensions/whois_online/main.inc.php
r6386 r6388 23 23 /* 24 24 Plugin Name: Whois online 25 Version: 2.1. c25 Version: 2.1.d 26 26 Description: Who is online? 27 27 Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=279 … … 29 29 Author URI: http://www.vdigital.org 30 30 */ 31 define('WHOIS_ONLINE_VER', '2.1. c');31 define('WHOIS_ONLINE_VER', '2.1.d'); 32 32 global $prefixeTable, $conf; 33 33 // $conf['debug_l10n'] = true;
Note: See TracChangeset
for help on using the changeset viewer.