Ignore:
Timestamp:
Jan 5, 2013, 2:31:06 PM (11 years ago)
Author:
mistic100
Message:

make sure words file is created on the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/comments_blacklist/main.inc.php

    r18651 r19838  
    1414define('COMM_BLACKLIST_PATH' ,   PHPWG_PLUGINS_PATH . COMM_BLACKLIST_ID . '/');
    1515define('COMM_BLACKLIST_ADMIN',   get_root_url() . 'admin.php?page=plugin-' . COMM_BLACKLIST_ID);
    16 define('COMM_BLACKLIST_FILE',    PWG_LOCAL_DIR . 'comments_blacklist.txt');
     16define('COMM_BLACKLIST_FILE',    PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt');
    1717define('COMM_BLACKLIST_VERSION', 'auto');
    1818
Note: See TracChangeset for help on using the changeset viewer.