Closed nfreear closed 10 years ago
Specifically,
$CONFIG->JXL_SECRET
/mod/clipit_api/start.php
/engine/settings.CLIPIT-example.php
$CONFIG->JXL_COOKIE_DOMAIN
try { ... } catch (Exception $ex) { ... }
Pablo - I'm going to commit a patch for this. I hope that's OK...
The current implementation using the database works just fine. Closing!
Specifically,
$CONFIG->JXL_SECRET
from/mod/clipit_api/start.php
to/engine/settings.CLIPIT-example.php
(settings.php);$CONFIG->JXL_COOKIE_DOMAIN
;try { ... } catch (Exception $ex) { ... }
handler - for exceptions raised for missing/badly formed secret keys;Pablo - I'm going to commit a patch for this. I hope that's OK...