This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
iapt-platform
/
mint
miroir de
https://github.com/iapt-platform/mint.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
fcc6daa67b
Branches
Tags
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
/
reader
/
get_path.php
get_path.php
97 B
Historique
Raw
1
2
3
4
<?php
require_once "../public/function.php";
echo _get_para_path($_GET["book"],$_GET["para"]);
?>