mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
29
jappixmini/jappix/php/vars-store.php
Normal file
29
jappixmini/jappix/php/vars-store.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
These are the store configuration variables
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 28/12/10
|
||||
|
||||
*/
|
||||
|
||||
// Someone is trying to hack us?
|
||||
if(!defined('JAPPIX_BASE'))
|
||||
exit;
|
||||
|
||||
// Define the initial music form values
|
||||
$music_title = '';
|
||||
$music_artist = '';
|
||||
$music_album = '';
|
||||
|
||||
// Current store folders
|
||||
$share_folder = 'share';
|
||||
$music_folder = 'music';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue