[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 if (!isset($gCms)) exit; 3 4 if( !$this->CheckPermission( 'Modify Site Preferences' ) ) 5 { 6 return; 7 } 8 $this->SetPreference('showautodiscovery', $params['showautodiscovery']); 9 $this->SetPreference('autodiscoverylink', $params['autodiscoverylink']); 10 $this->SetPreference('dateformat', $params['dateformat']); 11 $this->SetPreference('default_category', $params['default_category']); 12 $params = array('tab_message'=> 'optionsupdated', 'active_tab' => 'options'); 13 $this->Redirect($id, 'defaultadmin', '', $params); 14 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |