This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
iapt-platform
/
mint
同期ミラー
https://github.com/iapt-platform/mint.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
f3f9569b22
ブランチ
タグ
agile-deprecated
dependabot/maven/dashboard-v4/demos/java/io.grpc-grpc-netty-shaded-1.75.0
dependabot/maven/dashboard-v4/demos/java/io.minio-minio-8.6.0
development
go-deprecated
laravel-deprecated
master
ror-deprecated
staging-deprecated
v20220509-deprecated
mint
/
app
/
studio
/
com_fileopen.php
com_fileopen.php
75 B
履歴
Raw
1
2
3
4
5
<?php
$FileName = $_GET["filename"];
echo file_get_contents($FileName);
?>