diff options
Diffstat (limited to 'include/assignments-view.php')
-rw-r--r-- | include/assignments-view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assignments-view.php b/include/assignments-view.php index 434a2f0..9233f4c 100644 --- a/include/assignments-view.php +++ b/include/assignments-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'); $_assignment = new Assignment($_pdo, $_id); ?> |