Browse code

typo fix from previous commit

Clarissa Walker authored on 2026/09/10 12:40:52
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 <?php
2 2
 // fix - needed for PHP 8
3
-include(""._BASEDIR."/includes/load-bearing.php");
3
+include(""._BASEDIR."./includes/load-bearing.php");
4 4
 
5 5
 // Defines the character set for your language/location
6 6