Files
server/usr/share/psa-pear/pear/tests/Horde_Image/conf.php.dist
2026-01-07 20:52:11 +01:00

7 lines
240 B
Plaintext

<?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';