|  Download src/preload.phpThis is loaded before everything else in the bootstrapping process. It's automatically included as part of the bootstrap process. ConstantsIDE_HACKS
Type: bool Value: false Purpose: Used to assist code-completion with IDEs. The contents of a code
block wrapped in if (IDE_HACKS)should never be executed. ROOT
Type string Purpose: The root directory of your Airship install, from the perspective of
Airship. It references the srcdirectory. AIRSHIP_UPLOADS
Type string Purpose: The directory that files will be actually uploaded to. ISCLI
Type: boolPurpose: An answer to the question, "Are we running a CLI script?" |