diff options
Diffstat (limited to 'include/offers-edit.php')
-rw-r--r-- | include/offers-edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/offers-edit.php b/include/offers-edit.php index 761b3ee..7a42f2f 100644 --- a/include/offers-edit.php +++ b/include/offers-edit.php @@ -17,8 +17,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -require_once('./conf.php'); -require_once('./login-ajax.php'); +require_once(__DIR__ . '/../conf.php'); +require_once(__DIR__ . '/../login-ajax.php'); $response = new Response(); $response->success = true; |