mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
32
jappixmini/jappix/php/vars-hosts.php
Normal file
32
jappixmini/jappix/php/vars-hosts.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
These are the hosts configuration variables
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 27/05/11
|
||||
|
||||
*/
|
||||
|
||||
// Someone is trying to hack us?
|
||||
if(!defined('JAPPIX_BASE'))
|
||||
exit;
|
||||
|
||||
// Define the vars with the hosts configuration constants
|
||||
$host_main = htmlspecialchars(HOST_MAIN);
|
||||
$host_muc = htmlspecialchars(HOST_MUC);
|
||||
$host_pubsub = htmlspecialchars(HOST_PUBSUB);
|
||||
$host_vjud = htmlspecialchars(HOST_VJUD);
|
||||
$host_anonymous = htmlspecialchars(HOST_ANONYMOUS);
|
||||
$host_bosh = htmlspecialchars(HOST_BOSH);
|
||||
$host_bosh_main = htmlspecialchars(HOST_BOSH_MAIN);
|
||||
$host_bosh_mini = htmlspecialchars(HOST_BOSH_MINI);
|
||||
$host_static = htmlspecialchars(HOST_STATIC);
|
||||
$host_upload = htmlspecialchars(HOST_UPLOAD);
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue