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/online.php

    r3336 r3340  
    22
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    4 global $conf;
     4global $conf, $conf_whois;
    55
    66/* Secure Config */
    77
    8 $conf_whois = whois_online_conf();
     8if (!isset($conf_whois['Active'])) $conf_whois = whois_online_conf();
    99
    1010function whois_online_conf()
Note: See TracChangeset for help on using the changeset viewer.