X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=application%2Fconfig%2Fconstants.php;h=3fe94e98f03cecf33d2c2d138e6426ccf944916d;hp=64565977caa7f9e114234c0e2423dda2076aaf5c;hb=93443dbebf465e060f37cc37c357b845d8153f7b;hpb=141bdb84bf143c29a6c50eef3aee18541d2fc0e4 diff --git a/application/config/constants.php b/application/config/constants.php index 6456597..3fe94e9 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -46,5 +46,19 @@ define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); define('USER_ROLE_STANDARD', 0); define('USER_ROLE_ADMIN', 1); +/* +|-------------------------------------------------------------------------- +| CIS Responses +|-------------------------------------------------------------------------- +| +| Reponses of a CIS for the ingest_content request as they appear coded +| in the DB in `videos_unactivated` table, column `cis_response`. +| +*/ +define('CIS_RESP_NONE', 0); +define('CIS_RESP_COMPLETION', 1); +define('CIS_RESP_UNREACHABLE', 2); +define('CIS_RESP_INTERNAL_ERROR', 3); + /* End of file constants.php */ /* Location: ./application/config/constants.php */ \ No newline at end of file