chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
do 'phpini-lib.pl';
sub cgi_args
{
my ($cgi) = @_;
my @files = &list_php_configs();
if ($cgi eq 'list_ini.cgi' || $cgi eq 'edit_manual.cgi' ||
$cgi =~ /^edit_/) {
return @files ? 'file='.&urlize($files[0]->[0]) : 'none';
}
return undef;
}