Ticket #844 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Linker plugin scan.php could employ JS configuration like Image Manager

Reported by: ray Owned by: gogo
Priority: normal Milestone:
Component: Plugin_Linker Version:
Severity: normal Keywords: Linker plugin scan.php configuration
Cc:

Description

Directories etc.

Change History

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Committed in changeset:565

Example usage

  with(xinha_config.Linker)
  {
    <?php 
      require_once('/path/to/xinha/contrib/php-xinha.php');
      xinha_pass_to_php_backend
      (
         array(
          'dir' => '/path/to/base/dir',
          'include' => '/\.(php|shtml|html|htm|shtm|cgi|txt|doc|pdf|rtf|xls|csv)$/',  // REGEXP or empty
          'exclude' => '', // REGEXP or empty
          'dirinclude' => '', // REGEXP  or empty
          'direxclude' => '/(^|\/)[._]|htmlarea/' // REGEXP or empty
         ) 
      );
    ?>
  }
Note: See TracTickets for help on using tickets.