diff options
Diffstat (limited to 'include/offers-view.php')
-rw-r--r-- | include/offers-view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/offers-view.php b/include/offers-view.php index 5dee452..ec7acf9 100644 --- a/include/offers-view.php +++ b/include/offers-view.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -require_once('./login.php'); +require_once(__DIR__ . '/../login.php'); $_offer = new Offer($_pdo, $_id); ?> |