Jappixmini added

This commit is contained in:
Michael 2021-10-07 05:31:02 +00:00
commit 1cc8afc83f
265 changed files with 98516 additions and 0 deletions

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