Ignore:
Timestamp:
Jun 23, 2013, 7:54:28 PM (11 years ago)
Author:
mistic100
Message:

stores datas in piwigo _data

File:
1 edited

Legend:

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

    r23427 r23473  
    1616}
    1717
     18global $conf;
    1819
    1920defined('PLA_ID') or define('PLA_ID', basename(dirname(__FILE__)));
    2021define('PLA_PATH' , PHPWG_PLUGINS_PATH . PLA_ID . '/');
    2122define('PLA_ADMIN', get_root_url() . 'admin.php?page=plugin-' . PLA_ID);
     23define('PLA_DATA', $conf['data_location'] . PLA_ID . '/');
    2224
    2325add_event_handler('loc_begin_admin', 'pla_begin_admin');
Note: See TracChangeset for help on using the changeset viewer.