⚝
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 :
~
/
proc
/
self
/
root
/
usr
/
share
/
webmin
/
package-updates
/
View File Name :
create_repo.cgi
#!/usr/bin/perl # Create one new repository require './package-updates-lib.pl'; &ReadParse(); &error_setup($text{'repos_err_create'}); $repo = &software::create_repo_parse(\%in); &error($repo) if (!ref($repo)); &software::create_package_repo($repo); &webmin_log("create", "repo", $repo->{'id'}); &redirect("index.cgi?tab=repos");