Ignore:
Timestamp:
Dec 30, 2012, 9:09:34 PM (11 years ago)
Author:
julien1311
Message:

more extensions supported

File:
1 edited

Legend:

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

    r19310 r19662  
    1111if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1212
     13define('PDF2TAB_ABSOLUTE_PATH' , dirname(__FILE__).'/');
    1314define('PDF2TAB_DIR' , basename(dirname(__FILE__)));
    1415define('PDF2TAB_PATH' , PHPWG_PLUGINS_PATH.PDF2TAB_DIR.'/');
     
    1819 * +-----------------------------------------------------------------------+ */
    1920       
    20 include_once(PDF2TAB_PATH.'thumbnails.php');
    21 include_once(PDF2TAB_PATH.'picture.php');
     21include_once(PDF2TAB_PATH.'include/thumbnails.inc.php');
     22include_once(PDF2TAB_PATH.'include/picture.inc.php');
    2223?>
Note: See TracChangeset for help on using the changeset viewer.