-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2107 from OnlineDynamic/accessibilityandsecurityd…
…ec24 Accessibility and security update's
- Loading branch information
Showing
189 changed files
with
7,293 additions
and
25,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
##################################### | ||
|
||
BINDIR=$(cd $(dirname $0) && pwd) | ||
. ${BINDIR}/../../scripts/common | ||
|
||
#enable mod expires | ||
a2enmod expires | ||
#copy across new apache conf | ||
cat /opt/fpp/etc/apache2.site >/etc/apache2/sites-enabled/000-default.conf | ||
#restart apache | ||
sudo service apache2 restart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<?php require_once('common.php'); ?> | ||
<?php include 'common/menuHead.inc'; ?> | ||
<title><? echo $pageTitle; ?></title> | ||
<?php include 'common/htmlMeta.inc'; | ||
require_once('common.php'); | ||
include 'common/menuHead.inc'; ?> | ||
<title><? echo $pageTitle; ?></title> | ||
</head> | ||
|
||
<body> | ||
<div id="bodyWrapper"> | ||
<?php include 'menu.inc'; ?> | ||
<br/> | ||
<div id="bodyWrapper"> | ||
<?php include 'menu.inc'; ?> | ||
<br /> | ||
|
||
<div id='rebootFlag' style='display:block;'>404 - PAGE NOT FOUND</div> | ||
<div id='rebootFlag' style='display:block;'>404 - PAGE NOT FOUND</div> | ||
|
||
<?php include 'common/footer.inc'; ?> | ||
</div> | ||
<?php include 'common/footer.inc'; ?> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.