Changeset 6532
- Timestamp:
- 12/17/09 11:31:17 (9 months ago)
- File:
-
- 1 edited
-
trunk/utils/copix/core/CopixController.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils/copix/core/CopixController.class.php
r6483 r6532 109 109 // on gÚre les exceptions de type CopixCredentialException différement, elles redirigent au lieu de s'afficher, et ne génÚrent pas de log 110 110 } catch (CopixCredentialException $e) { 111 header ('location: ' . CopixUrl::get ( 'auth||', array ('noCredential' => 1, 'auth_url_return' => _url ('#'))));111 header ('location: ' . CopixUrl::get (CopixConfig::get('|authUrl') , array ('noCredential' => 1, 'auth_url_return' => _url ('#')))); 112 112 exit (); 113 113
Note: See TracChangeset
for help on using the changeset viewer.
