⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
squid
/
View File Name :
start.cgi
#!/usr/bin/perl # start.cgi # Start squid use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; our (%text, %in, %access, $squid_version, %config); require './squid-lib.pl'; $access{'start'} || &error($text{'start_ecannot'}); use POSIX; &ReadParse(); &error_setup($text{'start_ftsq'}); my $temp = &transname(); &clean_environment(); if ($config{'squid_start'}) { # Use a start script my $rv = &system_logged("$config{'squid_start'} >$temp 2>&1 /dev/null 2>&1 ".&html_escape($errs).""); } } else { # Run the squid executable directly &system_logged("cd / ; $config{'squid_path'} -sY -f $config{'squid_conf'} >$temp 2>&1 &1 ".&html_escape($errs).""); } } &webmin_log("start"); &redirect($in{'redir'});