mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
require src/plugins.php
This commit is contained in:
parent
035d0c1012
commit
8195b44061
@ -10,8 +10,6 @@
|
|||||||
defined('MYAAC') or die('Direct access not allowed!');
|
defined('MYAAC') or die('Direct access not allowed!');
|
||||||
$title = 'Plugin manager';
|
$title = 'Plugin manager';
|
||||||
|
|
||||||
require_once LIBS . 'plugins.php';
|
|
||||||
|
|
||||||
$twig->display('admin.plugins.form.html.twig');
|
$twig->display('admin.plugins.form.html.twig');
|
||||||
|
|
||||||
if (isset($_REQUEST['uninstall'])) {
|
if (isset($_REQUEST['uninstall'])) {
|
||||||
|
@ -9,7 +9,6 @@ require_once __DIR__ . '/../../common.php';
|
|||||||
require_once SYSTEM . 'functions.php';
|
require_once SYSTEM . 'functions.php';
|
||||||
require_once SYSTEM . 'init.php';
|
require_once SYSTEM . 'init.php';
|
||||||
require_once SYSTEM . 'hooks.php';
|
require_once SYSTEM . 'hooks.php';
|
||||||
require_once LIBS . 'plugins.php';
|
|
||||||
|
|
||||||
if($argc !== 2) {
|
if($argc !== 2) {
|
||||||
echo 'This command expects one parameter: zip file name (plugin)' . PHP_EOL;
|
echo 'This command expects one parameter: zip file name (plugin)' . PHP_EOL;
|
||||||
|
@ -61,6 +61,8 @@ define('HOOK_FIRST', HOOK_STARTUP);
|
|||||||
define('HOOK_LAST', HOOK_EMAIL_CONFIRMED);
|
define('HOOK_LAST', HOOK_EMAIL_CONFIRMED);
|
||||||
|
|
||||||
require_once LIBS . 'plugins.php';
|
require_once LIBS . 'plugins.php';
|
||||||
|
require_once LIBS . 'src/plugins.php';
|
||||||
|
|
||||||
class Hook
|
class Hook
|
||||||
{
|
{
|
||||||
private $_name, $_type, $_file;
|
private $_name, $_type, $_file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user