/usr/share/kannel/contrib/php-admin/config.inc is in kannel-extras 1.4.3-2fakesync2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?php
// Include file for SMS interface.
// These variables MUST match your kannel.conf configuration
$bearerboxhost = "localhost";
define("BEARERBOX_HOST", "localhost");
define("SENDSMS_PORT", "13131");
define("ADMIN_PORT", "13000");
define("ADMIN_PASSWORD", "foobar");
define("USERNAME", "simple");
define("PASSWORD", "elpmis");
define("GLOBAL_SENDER", "0999666666");
?>
|