Ignore:
Timestamp:
May 23, 2009, 8:39:36 AM (15 years ago)
Author:
vdigital
Message:

+ Some prepared flags
+ Minors (still looking for lost config case)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/config.php

    r3319 r3340  
    1515if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616if (!defined('IN_ADMIN') or !IN_ADMIN) die('Hacking attempt!');
    17 global $conf, $lang;
     17global $conf, $conf_whois, $lang;
    1818load_language('plugin.lang', WHOIS_ONLINE_PATH);
    1919
    2020pwg_debug('*********** Whois configuration ***********');
    2121
    22 $conf_whois = whois_online_conf();
     22if (!isset($conf_whois['Active'])) $conf_whois = whois_online_conf();
    2323$errors = array();
    2424$infos = array();
Note: See TracChangeset for help on using the changeset viewer.