diff options
Diffstat (limited to 'shared/include/definitions.php')
-rw-r--r-- | shared/include/definitions.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shared/include/definitions.php b/shared/include/definitions.php new file mode 100644 index 0000000..b568959 --- /dev/null +++ b/shared/include/definitions.php @@ -0,0 +1,9 @@ +<?php +define('INGENUE_BUILD_QUEUED', -128); +define('INGENUE_BUILD_UPLOADING', -127); +define('INGENUE_BUILD_CANCEL', -126); +define('INGENUE_BUILD_COMPLETE', 0); +define('INGENUE_BUILD_UPLOAD_FAILED', 127); +define('INGENUE_BUILD_FAILED', 126); +define('INGENUE_BUILD_CANCELED', 125); +?> |