Subversion Repositories Sites.tela-botanica.org

Rev

Rev 383 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 383 Rev 385
Line 126... Line 126...
126
	}
126
	}
Line 127... Line 127...
127
	
127
	
128
	private function modifierConfigFichier($fichier)
128
	private function modifierConfigFichier($fichier)
129
	{
129
	{
130
		if (file_exists($fichier)) {
130
		if (file_exists($fichier)) {
131
			$aso_donnees = array();
131
			$aso_donnees = $this->getRegistre()->get('squelette_donnees');
132
			$arrFile = file($fichier);
132
			$arrFile = file($fichier);
133
			$handle = fopen($fichier, 'w');
133
			$handle = fopen($fichier, 'w');
134
			if($handle != false){
134
			if($handle != false){
135
				// Définition des compteurs
135
				// Définition des compteurs
Line 195... Line 195...
195
	
195
	
196
	private function modifierSupprimerUtilisateur($fichier)
196
	private function modifierSupprimerUtilisateur($fichier)
197
	{
197
	{
198
		if (file_exists($fichier)) {
198
		if (file_exists($fichier)) {
199
			// Initialisation de variables
199
			// Initialisation de variables
200
			$aso_donnees = array();
200
			$aso_donnees = $this->getRegistre()->get('squelette_donnees');
201
			$wakka_config = array();
201
			$wakka_config = array();
Line 202... Line 202...
202
			$requetes = array();
202
			$requetes = array();
203
			
203
			
Line 289... Line 289...
289
	
289
	
290
	private function modifierConfigBdd($fichier)
290
	private function modifierConfigBdd($fichier)
291
	{
291
	{
292
		if (file_exists($fichier)) {
292
		if (file_exists($fichier)) {
293
			// Initialisation de variables
293
			// Initialisation de variables
294
			$aso_donnees = array();
294
			$aso_donnees = $this->getRegistre()->get('squelette_donnees');
295
			$wakka_config = array();
295
			$wakka_config = array();
Line 296... Line 296...
296
			$requetes = array();
296
			$requetes = array();
297
			
297
			
Line 412... Line 412...
412
	
412
	
413
	public function lancerNettoyage($fichier)
413
	public function lancerNettoyage($fichier)
414
	{
414
	{
415
		if (file_exists($fichier)) {
415
		if (file_exists($fichier)) {
416
			// Initialisation de variables
416
			// Initialisation de variables
417
			$aso_donnees = array();
417
			$aso_donnees = $this->getRegistre()->get('squelette_donnees');
418
			$wakka_config = array();
418
			$wakka_config = array();
Line 419... Line 419...
419
			$requetes = array();
419
			$requetes = array();
420
			
420
			
Line 549... Line 549...
549
	
549
	
550
	public function modifierProprietaire($fichier)
550
	public function modifierProprietaire($fichier)
551
	{
551
	{
552
		if (file_exists($fichier)) {
552
		if (file_exists($fichier)) {
553
			// Initialisation de variables
553
			// Initialisation de variables
554
			$aso_donnees = array();
554
			$aso_donnees = $this->getRegistre()->get('squelette_donnees');
555
			$wakka_config = array();
555
			$wakka_config = array();
Line 556... Line 556...
556
			$requetes = array();
556
			$requetes = array();
557
			
557