Skip to content

Instantly share code, notes, and snippets.

@masonjo
Created February 2, 2022 00:02
Show Gist options
  • Save masonjo/125598c882e2d4989500f3090d4469de to your computer and use it in GitHub Desktop.
Save masonjo/125598c882e2d4989500f3090d4469de to your computer and use it in GitHub Desktop.
$NoLoginNeeded - used in auth/auth.php which is based on https://github.com/auraphp/Aura.Auth load_tracy - https://github.com/nette/tracy | In Dev just goes OR put DEBUGGER_FORCED=false in .env file
$NoLoginNeeded = true;
include($_SERVER["DOCUMENT_ROOT"] . '/vendor/autoload.php');
load_tracy();
$showdebug = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment