materiels/src/www/admin/index.php

13 lines
172 B
PHP

<?php
namespace Garradin;
if ($plugin->needUpgrade())
{
$plugin->upgrade();
}
require_once __DIR__ . '/_inc.php';
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');