Add schema.sql to create database, add php files and templates for index, entries, exits and search.

This commit is contained in:
JBthePenguin 2021-06-02 15:17:34 +02:00
parent 16f10215e9
commit 4448a9bde1
21 changed files with 147 additions and 56 deletions

View file

@ -2,4 +2,11 @@
namespace Garradin;
if ($plugin->needUpgrade())
{
$plugin->upgrade();
}
require_once __DIR__ . '/_inc.php';
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');