Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions EvilPortal/api/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

/**
Expand Down
Loading