|
@@ -13,7 +13,7 @@ $fecha = date("Y-n-j");
|
|
|
$head1 = shell_exec('git rev-parse HEAD~1');
|
|
|
$head1 = substr($head1,0,-1);
|
|
|
|
|
|
- $directorioA = array('01_login/','02_base/','03_ftth/','04_map/','05_stats');
|
|
|
+ $directorioA = array('01_login/','02_base/','03_ftth/','04_map/','05_stats/');
|
|
|
$cantdir= count($directorioA);
|
|
|
for ($i = 0; $i < $cantdir; $i++)
|
|
|
{
|