This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
chendeben
/
sphinx
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
telegram
陈德本
hace 8 años
padre
7b4517954d
commit
021c256668
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
App/Script/Controller/Server.php
+ 1
- 0
App/Script/Controller/Server.php
Ver fichero
@@ -35,6 +35,7 @@ class Server extends Controller
}
}
echo "第" . $i . "次执行完毕\r\n";
+ $i++;
sleep(60);
}