summaryrefslogtreecommitdiff
path: root/view_image.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 12:10:53 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 12:10:53 -0500
commit5c6319e71df90b5adf98d145c06095d64356c311 (patch)
tree5bf6435af4caed312727916a458df6474b0169c3 /view_image.php
parent1086b09bdce0b69ea6bf1c931cc0b6f3967921da (diff)
downloadfisheye-5c6319e71df90b5adf98d145c06095d64356c311.tar.gz
fisheye-5c6319e71df90b5adf98d145c06095d64356c311.tar.bz2
fisheye-5c6319e71df90b5adf98d145c06095d64356c311.zip
move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants
Diffstat (limited to 'view_image.php')
-rw-r--r--view_image.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view_image.php b/view_image.php
index 604c085..1df880c 100644
--- a/view_image.php
+++ b/view_image.php
@@ -10,8 +10,8 @@
require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'fisheye' );
-require_once( FISHEYE_PKG_PATH.'FisheyeGallery.php');
-require_once( FISHEYE_PKG_PATH.'FisheyeImage.php');
+require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeGallery.php');
+require_once( FISHEYE_PKG_CLASS_PATH.'FisheyeImage.php');
global $gBitSystem, $gDebug;