mirror of
https://github.com/TildeNIC/site.git
synced 2026-01-24 03:50:19 +00:00
Many fixes for security.
This commit is contained in:
@@ -81,7 +81,7 @@ fclose($logFile);
|
||||
|
||||
// Git commit and push if there are changes
|
||||
if ($changes) {
|
||||
// exec('git add .');
|
||||
// exec('git commit -m "Updated DNS files"');
|
||||
// exec('git push origin master');
|
||||
exec('git add .');
|
||||
exec('git commit -m "Updated DNS files"');
|
||||
exec('git push origin master');
|
||||
}
|
||||
Reference in New Issue
Block a user