This website works better with JavaScript
Home
Explore
Help
Sign In
chendeben
/
sphinx
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
telegram
陈德本
8 years ago
parent
7b4517954d
commit
021c256668
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
App/Script/Controller/Server.php
+ 1
- 0
App/Script/Controller/Server.php
View File
@@ -35,6 +35,7 @@ class Server extends Controller
}
}
echo "第" . $i . "次执行完毕\r\n";
+ $i++;
sleep(60);
}