File: config.inc

package info (click to toggle)
kannel 1.4.5-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,284 kB
  • sloc: ansic: 105,659; sh: 32,211; xml: 20,360; php: 1,103; perl: 711; makefile: 583; yacc: 548; awk: 133; python: 122; javascript: 27; pascal: 3
file content (14 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (8)
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");
?>