Skip to content

Commit dbf0a12

Browse files
committed
Remove legacy code to include $page.
Long ago, we used to include the requested page in the templates/page.php script, but we moved it to the index.php script. I'm not sure why this got left in their, but it's been causing notices and warnings in the error logs, so I'm removing it.
1 parent 1895955 commit dbf0a12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/page.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<?php
2-
include($page);
3-
?>
41
<!DOCTYPE html>
52
<html>
63
<head>

0 commit comments

Comments
 (0)