mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-26 07:51:06 +00:00
6 lines
121 B
PHP
6 lines
121 B
PHP
|
<?php
|
||
|
require_once('./libraries/lib.inc.php');
|
||
|
|
||
|
$plugin_manager->do_action($_REQUEST['plugin'], $_REQUEST['action']);
|
||
|
?>
|