Subversion Repositories oidplus

Rev

Rev 1265 | Rev 1300 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1265 Rev 1296
Line 399... Line 399...
399
This will disable the usage of database transactions in ajax.php
399
This will disable the usage of database transactions in ajax.php
400
Do only use this if you have severe problems with the system running.
400
Do only use this if you have severe problems with the system running.
401
It might result in inconsistent data e.g. if you update an OID
401
It might result in inconsistent data e.g. if you update an OID
402
and an error occurs in the middle of that process.
402
and an error occurs in the middle of that process.
403
 
403
 
-
 
404
### DISABLE_REST_TRANSACTIONS
-
 
405
 
-
 
406
    OIDplus::baseConfig()->setValue('DISABLE_REST_TRANSACTIONS', false);
-
 
407
 
-
 
408
This will disable the usage of database transactions in rest/* calls.
-
 
409
Do only use this if you have severe problems with the system running.
-
 
410
It might result in inconsistent data e.g. if you update an OID
-
 
411
and an error occurs in the middle of that process.
-
 
412
 
404
### CANONICAL_SYSTEM_URL
413
### CANONICAL_SYSTEM_URL
405
 
414
 
406
    OIDplus::baseConfig()->setValue('CANONICAL_SYSTEM_URL', '');
415
    OIDplus::baseConfig()->setValue('CANONICAL_SYSTEM_URL', '');
407
 
416
 
408
Setting this value to a system URL will override the absolute system URL detection.
417
Setting this value to a system URL will override the absolute system URL detection.