projects
/
xmppcentral.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trying to figure out how i would tell if a service is running from the watchdog...
[xmppcentral.git]
/
etc
/
config.php
1
<?php
2
3
// the main config file everything will read
4
$XMPP_SERVER="localhost";
5
$XMPP_DOMAIN="localhost";
6
$XMPP_SYSTEM_PASSWORD="password";
7
$XMPP_HOSTNAME_PASSWORD="password";
8
9
$PLUGIN_DIRECTORY="../plugins";
10
$LIB_PATH="../lib";
11
12
require_once("$LIB_PATH/lib.php");
13
14
?>