Changeset 19838 for extensions/comments_blacklist/include
- Timestamp:
- Jan 5, 2013, 2:31:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/comments_blacklist/include/install.inc.php
r18369 r19838 16 16 } 17 17 18 if ( file_exists(PWG_LOCAL_DIR) and !file_exists(PWG_LOCAL_DIR . 'comments_blacklist.txt'))18 if (!file_exists(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt')) 19 19 { 20 touch(P WG_LOCAL_DIR . 'comments_blacklist.txt');20 touch(PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'comments_blacklist.txt'); 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.