Move the autoloader, startup script, and functions to 'common' folder

This commit is contained in:
Kijin Sung 2016-01-16 11:15:28 +09:00
parent b50dc8f340
commit f9dabb06f4
8 changed files with 370 additions and 459 deletions

7
common/functions.php Normal file
View file

@ -0,0 +1,7 @@
<?php
/**
* Function library for Rhymix
*
* Copyright (c) Rhymix Developers and Contributors
*/