GITLAB
Ting Chan
/ palertx_web
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
php/ntp_restart.php
64 Bytes
edit
raw
normal view
history
cf76164e6
Ting Chan
20190709
1 2 3 4
<?php shell_exec("sudo service ntp restart"); echo true; ?>