| Server IP : 172.67.178.83 / Your IP : 216.73.217.141 Web Server : Apache System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64 User : corbizre ( 1013) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/cagefs/cpanel/ |
Upload File : |
#!/bin/bash . /opt/cloudlinux/venv/usr/share/python-cllib/scripts/cl-common before_apache_make="/scripts/before_apache_make" posteasyapache="/scripts/posteasyapache" postupcp="/scripts/postupcp" target="CageFS" log_message="Delete hooks" common_path="/usr/share/cagefs/cpanel" showBar 1 deleteAllInclude "$before_apache_make" "before_apache_make" "/#$target/d" "$common_path" showBar 2 writeToLog "before_apache_make: $log_message" "$common_path" showBar 3 deleteAllInclude "$posteasyapache" "posteasyapache" "/#$target/d" "$common_path" showBar 4 writeToLog "posteasyapache: $log_message" "$common_path" showBar 5 deleteAllInclude "$postupcp" "postupcp" "/#$target/d" "$common_path" showBar 6 writeToLog "postupcp: $log_message" "$common_path" echo