diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:05:37 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:05:37 -0500 |
| commit | 872a3c506e840f18a8faa2894726e607fc671490 (patch) | |
| tree | 5d149457e6a685e3d2e9b569d789df5a74e3ae49 /ajax_edit_storage.php | |
| parent | d7b0c69c5e1a534fe67e19fb89af145b8f702c2d (diff) | |
| download | liberty-872a3c506e840f18a8faa2894726e607fc671490.tar.gz liberty-872a3c506e840f18a8faa2894726e607fc671490.tar.bz2 liberty-872a3c506e840f18a8faa2894726e607fc671490.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'ajax_edit_storage.php')
| -rw-r--r-- | ajax_edit_storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax_edit_storage.php b/ajax_edit_storage.php index 1f92f01..9dec7f3 100644 --- a/ajax_edit_storage.php +++ b/ajax_edit_storage.php @@ -10,7 +10,7 @@ * required setup */ global $gContent; -include_once( '../kernel/setup_inc.php' ); +include_once( '../kernel/includes/setup_inc.php' ); // load the content include_once( LIBERTY_PKG_INCLUDE_PATH.'lookup_content_inc.php' ); |
