File: conf.php.dist

package info (click to toggle)
php-horde-image 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 3,012 kB
  • sloc: php: 8,580; xml: 1,207; sh: 4; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<?php
// Path to horde base directory. Needed so we can run from git checkout.
$horde = '/usr/local/horde/horde/horde';

// Path to convert and identify for Im test
$convert = '/opt/local/bin/convert';
$identify = '/opt/local/bin/identify';