mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Portal Auth and Cursed Screech Updates
This commit is contained in:
@@ -165,6 +165,14 @@ class CursedScreech extends Module {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (!file_exists(__TARGETLOGS__)) {
|
||||
if (!mkdir(__TARGETLOGS__, 0755, true)) {
|
||||
$this->logError("Failed init", "Failed to initialize because the targetlogs directory at '" . __TARGETLOGS__ . "' could not be created.");
|
||||
$this->respond(false);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================ */
|
||||
|
||||
Reference in New Issue
Block a user