mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-25 23:41:04 +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']);
|
|
?>
|