X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fconfigs%2Fapplication.ini;h=38254f87c121e4655193afb71d9b0384568b7162;hb=f4bf761bc8fcb7bb3505a5e1e878952024b06834;hp=3c743966438b847009aee82eee8f71548c6d0286;hpb=db98e1f62272cff0b425133aa3b909c5cfa6183d;p=syj.git diff --git a/application/configs/application.ini b/application/configs/application.ini index 3c74396..38254f8 100644 --- a/application/configs/application.ini +++ b/application/configs/application.ini @@ -1,4 +1,4 @@ -; This file is part of Syj, Copyright (c) 2010 Arnaud Renevier, +; This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, ; and is published under the AGPL license. */ [production] phpSettings.display_startup_errors = 0 @@ -9,7 +9,7 @@ bootstrap.path = APPLICATION_PATH "/Bootstrap.php" bootstrap.class = "Bootstrap" appnamespace = "Syj" ; needed to send mails from cron -resources.frontController.params.rooturl="http://osm-syj.crans.org/" +resources.frontController.params.rooturl="http://syj.renevier.net/" resources.frontController.controllerDirectory = APPLICATION_PATH "/controllers" resources.frontController.params.displayExceptions = 0 resources.frontController.params.webmasterEmail = "arno@renevier.net" @@ -90,10 +90,6 @@ resources.router.routes.pending.defaults.action = "index" resources.router.routes.termsofuse.route = "termsofuse/" resources.router.routes.termsofuse.defaults.controller = "termsofuse" resources.router.routes.termsofuse.defaults.action = "index" -; cron/ -resources.router.routes.cron.route = "cron/" -resources.router.routes.cron.defaults.controller = "cron" -resources.router.routes.cron.defaults.action = "index" ; newpwd/ resources.router.routes.newpwd.route = "newpwd/" resources.router.routes.newpwd.defaults.controller = "newpwd"