Changeset 470


Ignore:
Timestamp:
02/22/06 00:21:52 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-11-29 17:15:37 by anonymous]
trier les entrées au listing des répertoires protégés Patch de:
Olivier Huet <o.huet@…>

Original author: anonymous
Date: 2004-11-29 17:15:37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/m_hta.php

    r222 r470  
    11<?php 
    22/* 
    3  $Id: m_hta.php,v 1.4 2004/05/19 14:23:06 benjamin Exp $ 
     3 $Id: m_hta.php,v 1.5 2004/11/29 17:15:37 anonymous Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    8989    $sortie=array(); 
    9090    $absolute="/var/alternc/html/".substr($mem->user["login"],0,1)."/".$mem->user["login"]; 
    91     exec("find $absolute -name .htpasswd", $sortie); 
     91    exec("find $absolute -name .htpasswd | sort", $sortie); 
    9292    if (!count($sortie)) { 
    9393      $err->raise("hta",4); 
Note: See TracChangeset for help on using the changeset viewer.