Skip to content

Commit

Permalink
Merge pull request #14 from jxmx/13-fix-phpinc
Browse files Browse the repository at this point in the history
Fix broken PHP include in qsladifloadcommit.php
  • Loading branch information
jxmx authored Dec 1, 2023
2 parents 43c5ec2 + 4ddbefa commit 0a8fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load/qsladifloadcommit.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
<script src="../js/bootstrap.min.js"></script>
</body>
</html>
<?php include("qslmaint.php");
<?php include("../qslmaint.php");?>

0 comments on commit 0a8fd8d

Please sign in to comment.