Started with JSON API module system

This commit is contained in:
Stefan Brannfjell
2014-03-09 04:42:28 +01:00
parent 7861292449
commit 733766dd45
8 changed files with 166 additions and 5 deletions

3
api/module.php Normal file
View File

@@ -0,0 +1,3 @@
<?php if (!isset($filepath)) $filepath = '../../../';
$moduleVersion = 1;
require 'api.php'; ?>