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 /download_file.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 'download_file.php')
| -rw-r--r-- | download_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download_file.php b/download_file.php index 9b1fff5..2667968 100644 --- a/download_file.php +++ b/download_file.php @@ -11,7 +11,7 @@ /** * Setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); require_once( LIBERTY_PKG_CLASS_PATH.'LibertyMime.php' ); // fetch the attachment details |
