diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-11-12 11:52:17 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-11-12 11:52:17 -0500 |
| commit | 46ee2978f31ba04a0af3ab603ad53e033bb9cade (patch) | |
| tree | 25901374bf19fb34c9d0af7f01ee8aa06ece3ab0 /admin | |
| parent | aeaad7d612c450f4fb5086b9496be74eef40e36a (diff) | |
| download | liberty-46ee2978f31ba04a0af3ab603ad53e033bb9cade.tar.gz liberty-46ee2978f31ba04a0af3ab603ad53e033bb9cade.tar.bz2 liberty-46ee2978f31ba04a0af3ab603ad53e033bb9cade.zip | |
fix include simple_form_functions_lib
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/plugins.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/plugins.php b/admin/plugins.php index 4fc6bda..f69981c 100644 --- a/admin/plugins.php +++ b/admin/plugins.php @@ -1,6 +1,6 @@ <?php require_once( '../../kernel/includes/setup_inc.php' ); -include_once( KERNEL_PKG_PATH.'simple_form_functions_lib.php' ); +include_once( KERNEL_PKG_INCLUDE_PATH.'simple_form_functions_lib.php' ); $gBitSystem->verifyPermission( 'p_admin' ); |
