Changeset 3340
- Timestamp:
- 05/23/09 08:39:36 (4 years ago)
- Location:
- extensions/whois_online
- Files:
-
- 4 added
- 6 modified
-
config.php (modified) (1 diff)
-
flags/.jpg (modified) (previous)
-
flags/EU.jpg (added)
-
flags/IL.jpg (added)
-
flags/JP.jpg (modified) (previous)
-
flags/MA.jpg (added)
-
flags/NC.jpg (added)
-
flags/__.jpg (modified) (previous)
-
main.inc.php (modified) (1 diff)
-
online.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/whois_online/config.php
r3319 r3340 14 14 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 15 15 if (!defined('IN_ADMIN') or !IN_ADMIN) die('Hacking attempt!'); 16 global $conf, $ lang;16 global $conf, $conf_whois, $lang; 17 17 load_language('plugin.lang', WHOIS_ONLINE_PATH); 18 18 19 19 pwg_debug('*********** Whois configuration ***********'); 20 20 21 $conf_whois = whois_online_conf();21 if (!isset($conf_whois['Active'])) $conf_whois = whois_online_conf(); 22 22 $errors = array(); 23 23 $infos = array(); -
extensions/whois_online/main.inc.php
r3336 r3340 34 34 /** History ** 35 35 2009-05-xx 2.0.j 36 36 37 Additionnal flags (Ireland, Armenia, Estonia, Kazakhstan, Belarus, Andorra, 37 Turkey, Albania, Bosnia and Herzegovina, Azerbaijan, Iceland and some other revised) 38 Turkey, Albania, Bosnia and Herzegovina, Azerbaijan, Iceland, European Union, 39 Israel, Morocco, New Caledonia and some other revised) 38 40 2009-05-20 2.0.i 39 41 Bug resolution. -
extensions/whois_online/online.php
r3336 r3340 2 2 3 3 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 4 global $conf ;4 global $conf, $conf_whois; 5 5 6 6 /* Secure Config */ 7 7 8 $conf_whois = whois_online_conf();8 if (!isset($conf_whois['Active'])) $conf_whois = whois_online_conf(); 9 9 10 10 function whois_online_conf()
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)