diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
| commit | 5c7b91cefd68d5fcf1dbc3c11936478b3debbb12 (patch) | |
| tree | 861e513f81fb8bfea1db05e2fc009c20675034c5 /watches.php | |
| parent | 5e96f0d060e885c874466e23c41108d8f9cd4a1e (diff) | |
| download | users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.gz users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.bz2 users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'watches.php')
| -rw-r--r-- | watches.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watches.php b/watches.php index 13084f0..66a3616 100644 --- a/watches.php +++ b/watches.php @@ -11,7 +11,7 @@ /** * required setup */ -include_once( '../kernel/setup_inc.php' ); +include_once( '../kernel/includes/setup_inc.php' ); $user = $gBitUser->mUserId; if (!$user) { $gBitSmarty->assign('msg', tra("You must log in to use this feature")); |
