1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addons/jappixmini/jappix/php/vars-store.php

29 lines
447 B
PHP

<?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';
?>