fix: README was renamed README.md but this reference was not updated
This commit is contained in:
@@ -7,7 +7,7 @@ include('./include/common.php');
|
|||||||
printHeader('setup');
|
printHeader('setup');
|
||||||
print '<center><font color=red><h1>READ ME</h1></font></center>';
|
print '<center><font color=red><h1>READ ME</h1></font></center>';
|
||||||
print '<pre>';
|
print '<pre>';
|
||||||
readfile('./README');
|
readfile('./README.md');
|
||||||
print '</pre>';
|
print '</pre>';
|
||||||
printFooter();
|
printFooter();
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user