diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
deleted file mode 100644
index dfcb0c3e..00000000
--- a/.php-cs-fixer.dist.php
+++ /dev/null
@@ -1,31 +0,0 @@
-ignoreDotFiles(false)
- ->ignoreVCSIgnored(true)
- ->exclude('scripts/vendor')
- ->in(__DIR__)
-;
-
-$config = new PhpCsFixer\Config();
-$config
- ->setRules(array(
- '@Symfony' => true,
- 'array_syntax' => array('syntax' => 'long'),
- 'yoda_style' => array('equal' => false, 'identical' => false, 'less_and_greater' => false, 'always_move_variable' => false),
- ))
- ->setLineEnding(PHP_EOL)
- ->setFinder($finder)
-;
-
-return $config;
diff --git a/cname_records.php b/cname_records.php
index 323ba476..9e9288b1 100644
--- a/cname_records.php
+++ b/cname_records.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
@@ -79,8 +79,6 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/composer.json b/composer.json
index e14afd81..1084f48a 100644
--- a/composer.json
+++ b/composer.json
@@ -7,10 +7,5 @@
"phpstan/phpstan": "1.*"
},
"license": "EUPL-1.2",
- "minimum-stability": "stable",
- "autoload": {
- "files": [
- "scripts/vendor/qrcode.php"
- ]
- }
+ "minimum-stability": "stable"
}
diff --git a/dns_records.php b/dns_records.php
index 25870f4e..7a175f06 100644
--- a/dns_records.php
+++ b/dns_records.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
@@ -83,9 +83,7 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
-
+
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/gravity.php b/gravity.php
index 99f2636b..38b0b5ef 100644
--- a/gravity.php
+++ b/gravity.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
-
-
-
+
+
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/groups-clients.php b/groups-clients.php
index 3867a5d1..5a027b39 100644
--- a/groups-clients.php
+++ b/groups-clients.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
@@ -91,11 +91,9 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
-
-
-
+
+
+
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/groups-domains.php b/groups-domains.php
index f49f8f4e..8231ea97 100644
--- a/groups-domains.php
+++ b/groups-domains.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
@@ -148,10 +148,8 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
-
-
+
+
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/groups.php b/groups.php
index 66247bb5..97ccd674 100644
--- a/groups.php
+++ b/groups.php
@@ -8,7 +8,7 @@
* Please see LICENSE file for your rights under this license.
*/
-require 'scripts/pi-hole/php/header_authenticated.php';
+mg.include('scripts/pi-hole/lua/header_authenticated.lp','r')
?>
@@ -80,10 +80,8 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
-
-
+
+
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/img/favicons/manifest.json b/img/favicons/manifest.json
index a4c4defe..0bc82ffc 100644
--- a/img/favicons/manifest.json
+++ b/img/favicons/manifest.json
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
- "theme_color": "#367fa9",
+ "theme.color": "#367fa9",
"background_color": "#367fa9",
"display": "standalone"
}
diff --git a/index.php b/index.lp
similarity index 88%
rename from index.php
rename to index.lp
index 50003af1..91cec9a7 100644
--- a/index.php
+++ b/index.lp
@@ -1,14 +1,14 @@
-
@@ -22,7 +22,7 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
@@ -38,7 +38,7 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
@@ -54,7 +54,7 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
@@ -70,7 +70,7 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
@@ -152,14 +152,9 @@ require 'scripts/pi-hole/php/header_authenticated.php';
-
+ if pihole.boxedlayout() then tablelayout = 'col-md-6' else tablelayout = 'col-md-6 col-lg-6' end ?>
-
+
-
+
-
+
-
+
-
+
-
+ mg.include('scripts/pi-hole/lua/footer.lp','r')?>
diff --git a/login.php b/login.lp
similarity index 85%
rename from login.php
rename to login.lp
index c0db0dd3..fc50cf53 100644
--- a/login.php
+++ b/login.lp
@@ -1,15 +1,14 @@
-
@@ -26,14 +25,14 @@ require 'scripts/pi-hole/php/header.php';
Verify that cookies are allowed
-
-
-
-
-
+ if wrongpassword then mg.write('\
+
\
+ \
+
\
+ ') end ?>