| 1 |
<?php |
<?php |
| 2 |
// $Id: boost.admin.inc,v 1.1.2.1.2.3.2.110 2009/11/10 21:50:32 mikeytown2 Exp $ |
// $Id: boost.admin.inc,v 1.1.2.1.2.3.2.111 2009/11/11 08:14:03 mikeytown2 Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 1140 |
// Get File Count |
// Get File Count |
| 1141 |
$paths = glob($path . '*', GLOB_MARK|GLOB_ONLYDIR|GLOB_NOSORT); |
$paths = glob($path . '*', GLOB_MARK|GLOB_ONLYDIR|GLOB_NOSORT); |
| 1142 |
$files = count(glob($path . '*.*', GLOB_NOSORT)); |
$files = count(glob($path . '*.*', GLOB_NOSORT)); |
| 1143 |
foreach ($paths as $path) { |
if ($paths) { |
| 1144 |
$files += boost_count_all_files($path, $timer, FALSE); |
foreach ($paths as $path) { |
| 1145 |
|
$files += boost_count_all_files($path, $timer, FALSE); |
| 1146 |
|
} |
| 1147 |
} |
} |
| 1148 |
|
|
| 1149 |
// If we ran out of time round and add a ++ to the file count |
// If we ran out of time round and add a ++ to the file count |