This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
CSE-Invent
/
CMS-CSE
oglindă de
https://git.cse-invent.com/product/cms.events.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
5f38d19bab
Ramuri
Etichete
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
json
/
cms.proweb-transfert-test-connexion.php
cms.proweb-transfert-test-connexion.php
92 B
Istoric
Crud
1
2
3
4
<?php
$result = (sftp::testAccessHost()) ? "OK" : "KO";
echo json_encode(array($result));