Initial code drop

This commit is contained in:
root
2016-12-16 09:11:00 +01:00
commit 3cebf005c3
7 changed files with 431 additions and 0 deletions

8
settings.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
if (is_admin()) {
require_once MVP_PLUGIN_DIR . '/admin/admin.php';
} else {
require_once MVP_PLUGIN_DIR . '/front/front.php';
}