ftimme
2012-01-09 6b7f8f287ef228ca1f269a1dce9758fc2b481a7b
server/plugins-available/nginx_plugin.inc.php
@@ -1119,27 +1119,7 @@
   //* This function is called when a IP on the server is inserted, updated or deleted
   function server_ip($event_name,$data) {
      global $app, $conf;
      // load the server configuration options
      $app->uses('getconf');
      $web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
      $app->load('tpl');
      $tpl = new tpl();
      $tpl->newTemplate('apache_ispconfig.conf.master');
      $records = $app->db->queryAllRecords('SELECT * FROM server_ip WHERE server_id = '.$conf['server_id']." AND virtualhost = 'y'");
      if(count($records) > 0) {
         $tpl->setLoop('ip_adresses',$records);
      }
      $vhost_file = escapeshellcmd($web_config['nginx_vhost_conf_dir'].'/ispconfig.conf');
      file_put_contents($vhost_file,$tpl->grab());
      $app->log('Writing the conf file: '.$vhost_file,LOGLEVEL_DEBUG);
      unset($tpl);
      return;
   }
   
   //* Create or update the .htaccess folder protection