diff options
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r-- | include/assignments-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php index a558062..2c2c115 100644 --- a/include/assignments-overview.php +++ b/include/assignments-overview.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'); ?> <div class="col-lg-12"> |