Changeset 1444 for trunk/wifidog-auth/wifidog/ws/index.php
- Timestamp:
- 02/04/10 13:22:09 (2 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/ws/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/ws/index.php
r1439 r1444 112 112 set_exception_handler('wifidog_exception_handler'); 113 113 114 throw (new WSException(_("The Wifidog API module is not fit for production yet. The source code has been released to share ideas and help development, but it has not been thoroughly tested yet and may represent a security issue for now. If you'd like to test the module, you can do so by commenting this line in the auth server's source code. But it is highly not advised to do so in a production environment for now. Please stay tuned for more development")));114 //throw (new WSException(_("The Wifidog API module is not fit for production yet. The source code has been released to share ideas and help development, but it has not been thoroughly tested yet and may represent a security issue for now. If you'd like to test the module, you can do so by commenting this line in the auth server's source code. But it is highly not advised to do so in a production environment for now. Please stay tuned for more development"))); 115 115 116 116 $service->setParams($_GET);
