Changeset 54


Ignore:
Timestamp:
02/21/06 23:30:06 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-04-19 16:35:12 by root]
corrections mineures

Original author: root
Date: 2003-04-19 16:35:15

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/m_ftp.php

    r45 r54  
    11<?php 
    22/* 
    3  $Id: m_ftp.php,v 1.2 2003/04/17 21:39:56 benjamin Exp $ 
     3 $Id: m_ftp.php,v 1.3 2003/04/19 16:35:14 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 LICENSE 
     
    282282 
    283283  /* ----------------------------------------------------------------- */ 
    284   /** Fonction appellée par domains quand un domaine est créé pour le membre. 
    285    * @param string $dom Domaine nouvellement créé. 
    286    * @access private 
    287    */ 
    288   function add_dom($dom) { 
    289     return true; 
    290   } 
    291  
    292   /* ----------------------------------------------------------------- */ 
    293284  /** Fonction appellée par domains quand un deomaine est supprimé pour le membre 
    294285   * @param string $dom Domaine à détruire. 
  • dns/do_domaines.sh

    r53 r54  
    11#!/usr/bin/ksh 
    22# 
    3 # $Id: do_domaines.sh,v 1.5 2003/04/19 16:20:44 root Exp $ 
     3# $Id: do_domaines.sh,v 1.6 2003/04/19 16:35:15 root Exp $ 
    44# ---------------------------------------------------------------------- 
    55# AlternC - Web Hosting System 
     
    333333# CALL WITH "do_domaines.sh --secondary" 
    334334# It rebuilds the secondary.list file. 
    335 if [ $1 = "--secondary" ] 
     335if [ "$1" = "--secondary" ] 
    336336    then 
    337337    > $FIC_LOCK 
     
    347347        $rm -f $FIC_LOCK >> $FIC_LOG 2>&1 
    348348        $rm -f $FIC_TMP >> $FIC_LOG 2>&1 
    349         $rm -f $FIC_TMP_SUB >> $FIC_LOG 2>&1 
    350349        exit 1 
    351350    else 
     
    357356        done 
    358357    fi 
     358    $rm -f $FIC_LOCK >> $FIC_LOG 2>&1 
     359    $rm -f $FIC_TMP >> $FIC_LOG 2>&1 
    359360    echo "CALL --secondary END" >> $FIC_LOG 
    360361    exit 0 
  • todo

    r50 r54  
    1 DONE :  
    2  
    3 - Ajout d'une sémaphore dans config.php : ainsi, une seule page du bureau peut être en exécution à un instant T. 
    4 - Ajout des commentaires doxygen dans m_stats et m_hta et m_mysql 
    5  
    61 
    72A FAIRE URGEMMENT :  
     
    94- Dans m_mysql, implémenter alternc_add_member et alternc_del_member ainsi que alternc_quota_check 
    105- Dans m_cron, affiner un peu le bastringue ;) 
    11 - Problème à l'effacement d'un domaine : non pris en compte par FTP ? (à vérifier) 
    126- quels caractères sont autorisés dans mysql ?  
    137- Mettre la vue admin sur 3 colonnes au lieu de 2. 
Note: See TracChangeset for help on using the changeset viewer.