Changeset 470
- Timestamp:
- 02/22/06 00:21:52 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/m_hta.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/m_hta.php
r222 r470 1 1 <?php 2 2 /* 3 $Id: m_hta.php,v 1. 4 2004/05/19 14:23:06 benjaminExp $3 $Id: m_hta.php,v 1.5 2004/11/29 17:15:37 anonymous Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 89 89 $sortie=array(); 90 90 $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); 92 92 if (!count($sortie)) { 93 93 $err->raise("hta",4);
Note: See TracChangeset
for help on using the changeset viewer.
