new server - new config
This commit is contained in:
parent
bc6933ec2b
commit
7d10c4fb07
@ -145,6 +145,10 @@ class ProfilController extends Zend_Controller_Action
|
||||
}
|
||||
}
|
||||
|
||||
public function delAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function helpAction()
|
||||
{
|
||||
@ -160,5 +164,4 @@ class ProfilController extends Zend_Controller_Action
|
||||
$this->view->assign('help', $dico->getDicoHelp($key));
|
||||
$this->view->assign('columns', $dico->getDicoColumns($key));
|
||||
}
|
||||
|
||||
}
|
@ -19,7 +19,7 @@ profil.mail.method = smtp
|
||||
profil.mail.smtp_host = smtp.free.fr
|
||||
profil.mail.email.support = support@scores-decisions.com
|
||||
profil.mail.email.supportdev = supportdev@scores-decisions.com
|
||||
profil.path.data = "/sites/dataenrichissement"
|
||||
profil.path.data = "/mnt/data/vhosts/data/enrichissement"
|
||||
profil.db.adapter=mysqli
|
||||
profil.db.params.host=127.0.0.1
|
||||
profil.db.params.username=enrichissement
|
Loading…
Reference in New Issue
Block a user