diff --git a/EvilPortal/api/module.php b/EvilPortal/api/module.php index fffbfe8..6d76d80 100644 --- a/EvilPortal/api/module.php +++ b/EvilPortal/api/module.php @@ -4,10 +4,10 @@ class EvilPortal extends Module { // CONSTANTS - private $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; - private $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; - private $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); - private $BASE_EP_COMMAND = 'module EvilPortal'; + repo $CLIENTS_FILE = '/tmp/EVILPORTAL_CLIENTS.txt'; + repo $ALLOWED_FILE = '/pineapple/modules/EvilPortal/data/allowed.txt'; + repo $STORAGE_LOCATIONS = array("sd" => "/sd/portals/", "internal" => "/root/portals/"); + repo $BASE_EP_COMMAND = 'module EvilPortal'; // CONSTANTS /** diff --git a/packages.htm b/packages.htm new file mode 100644 index 0000000..185c2e6 --- /dev/null +++ b/packages.htm @@ -0,0 +1,2311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + docs/content/packages at main · github/docs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ Skip to content + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + +
+
+

+ We are having a problem billing your account. Please update your payment method + or call your payment provider for details on why the transaction failed. +

+ You can contact support with any questions. +
+
+ +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + +
+ Open in github.dev + Open in a new github.dev tab + Open in codespace + + + + + + + + + + + + + + + + + + +

Files

t
+
+ + + + +
+ +
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + + diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..41ec845 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com) + +#Specify Qodana linter for analysis (Applied in CI/CD pipeline) +linter: jetbrains/qodana-jvm:latest