mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
37
jappixmini/jappix/php/vars-main.php
Normal file
37
jappixmini/jappix/php/vars-main.php
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
These are the main configuration variables
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 26/08/11
|
||||
|
||||
*/
|
||||
|
||||
// Someone is trying to hack us?
|
||||
if(!defined('JAPPIX_BASE'))
|
||||
exit;
|
||||
|
||||
// Define the vars with the main configuration constants
|
||||
$service_name = htmlspecialchars(SERVICE_NAME);
|
||||
$service_desc = htmlspecialchars(SERVICE_DESC);
|
||||
$jappix_resource = htmlspecialchars(JAPPIX_RESOURCE);
|
||||
$lock_host = htmlspecialchars(LOCK_HOST);
|
||||
$anonymous_mode = htmlspecialchars(ANONYMOUS);
|
||||
$registration = htmlspecialchars(REGISTRATION);
|
||||
$bosh_proxy = htmlspecialchars(BOSH_PROXY);
|
||||
$manager_link = htmlspecialchars(MANAGER_LINK);
|
||||
$groupchats_join = htmlspecialchars(GROUPCHATS_JOIN);
|
||||
$encryption = htmlspecialchars(ENCRYPTION);
|
||||
$https_storage = htmlspecialchars(HTTPS_STORAGE);
|
||||
$https_force = htmlspecialchars(HTTPS_FORCE);
|
||||
$compression = htmlspecialchars(COMPRESSION);
|
||||
$multi_files = htmlspecialchars(MULTI_FILES);
|
||||
$developer = htmlspecialchars(DEVELOPER);
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue