Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
git-core /
templates /
hooks /
Delete
Unzip
Name
Size
Permission
Date
Action
applypatch-msg.sample
452
B
-rwxr-xr-x
2026-01-13 08:26
commit-msg.sample
896
B
-rwxr-xr-x
2026-01-13 08:26
post-update.sample
189
B
-rwxr-xr-x
2026-01-13 08:26
pre-applypatch.sample
398
B
-rwxr-xr-x
2026-01-13 08:26
pre-commit.sample
1.66
KB
-rwxr-xr-x
2026-01-13 08:26
pre-push.sample
1.32
KB
-rw-r--r--
2026-01-13 08:26
pre-rebase.sample
4.83
KB
-rwxr-xr-x
2026-01-13 08:26
prepare-commit-msg.sample
1.21
KB
-rwxr-xr-x
2026-01-13 08:26
update.sample
3.53
KB
-rwxr-xr-x
2026-01-13 08:26
Save
Rename
#!/bin/sh # # An example hook script to check the commit log message taken by # applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. The hook is # allowed to edit the commit message file. # # To enable this hook, rename this file to "applypatch-msg". . git-sh-setup test -x "$GIT_DIR/hooks/commit-msg" && exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} :