[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/News/ -> action.updateoptions.php (source)

   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  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7