Created
February 2, 2022 00:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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