This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am asantoni on github. | |
* I am albert (https://keybase.io/albert) on keybase. | |
* I have a public key whose fingerprint is 59D2 E719 3D12 4368 D193 2B6E 8444 2436 7B92 2465 | |
To claim this, I am signing this object: |
This file contains 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
diff --git a/airtime_mvc/application/Bootstrap.php b/airtime_mvc/application/Bootstrap.php | |
index 74c1cd6..5bafe0f 100644 | |
--- a/airtime_mvc/application/Bootstrap.php | |
+++ b/airtime_mvc/application/Bootstrap.php | |
@@ -14,8 +14,10 @@ require_once "DateHelper.php"; | |
require_once "OsPath.php"; | |
require_once "Database.php"; | |
require_once "Timezone.php"; | |
+require_once "Auth.php"; | |
require_once __DIR__.'/forms/helpers/ValidationTypes.php'; |
This file contains 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
//This code is from the Survivalism WAD -- Hax Murderer | |
#define PERSISTENT_INVENTORY_LEN 5 | |
int persistentInventory[PERSISTENT_INVENTORY_LEN] = | |
{ | |
//YOU MUST UPDATE PERSISTENT_INVENTORY_TABLE_LENGTH WHEN YOU ADD | |
//NEW ITEMS TO THIS ARRAY! | |
//This is a list of inventory items you want to be able to save to and load from the database. | |
"XP", | |
"XPLevel", |