]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/jappix/php/vars-store.php
jappixmini: include jappix source
[friendica-addons.git] / jappixmini / jappix / php / vars-store.php
diff --git a/jappixmini/jappix/php/vars-store.php b/jappixmini/jappix/php/vars-store.php
new file mode 100644 (file)
index 0000000..93c62e9
--- /dev/null
@@ -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';
+
+?>