Changeset 54
- Timestamp:
- 02/21/06 23:30:06 (7 years ago)
- Files:
-
- 3 edited
-
bureau/class/m_ftp.php (modified) (2 diffs)
-
dns/do_domaines.sh (modified) (4 diffs)
-
todo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_ftp.php
r45 r54 1 1 <?php 2 2 /* 3 $Id: m_ftp.php,v 1. 2 2003/04/17 21:39:56 benjaminExp $3 $Id: m_ftp.php,v 1.3 2003/04/19 16:35:14 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 LICENSE … … 282 282 283 283 /* ----------------------------------------------------------------- */ 284 /** Fonction appellée par domains quand un domaine est créé pour le membre.285 * @param string $dom Domaine nouvellement créé.286 * @access private287 */288 function add_dom($dom) {289 return true;290 }291 292 /* ----------------------------------------------------------------- */293 284 /** Fonction appellée par domains quand un deomaine est supprimé pour le membre 294 285 * @param string $dom Domaine à détruire. -
dns/do_domaines.sh
r53 r54 1 1 #!/usr/bin/ksh 2 2 # 3 # $Id: do_domaines.sh,v 1. 5 2003/04/19 16:20:44root Exp $3 # $Id: do_domaines.sh,v 1.6 2003/04/19 16:35:15 root Exp $ 4 4 # ---------------------------------------------------------------------- 5 5 # AlternC - Web Hosting System … … 333 333 # CALL WITH "do_domaines.sh --secondary" 334 334 # It rebuilds the secondary.list file. 335 if [ $1= "--secondary" ]335 if [ "$1" = "--secondary" ] 336 336 then 337 337 > $FIC_LOCK … … 347 347 $rm -f $FIC_LOCK >> $FIC_LOG 2>&1 348 348 $rm -f $FIC_TMP >> $FIC_LOG 2>&1 349 $rm -f $FIC_TMP_SUB >> $FIC_LOG 2>&1350 349 exit 1 351 350 else … … 357 356 done 358 357 fi 358 $rm -f $FIC_LOCK >> $FIC_LOG 2>&1 359 $rm -f $FIC_TMP >> $FIC_LOG 2>&1 359 360 echo "CALL --secondary END" >> $FIC_LOG 360 361 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_mysql5 6 1 7 2 A FAIRE URGEMMENT : … … 9 4 - Dans m_mysql, implémenter alternc_add_member et alternc_del_member ainsi que alternc_quota_check 10 5 - Dans m_cron, affiner un peu le bastringue ;) 11 - Problème à l'effacement d'un domaine : non pris en compte par FTP ? (à vérifier)12 6 - quels caractères sont autorisés dans mysql ? 13 7 - Mettre la vue admin sur 3 colonnes au lieu de 2.
Note: See TracChangeset
for help on using the changeset viewer.
