mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-17 10:41:34 +01:00
9 lines
257 B
PHP
Executable File
9 lines
257 B
PHP
Executable File
<?php
|
|
require_once 'connect.php';
|
|
|
|
/** This function exports comments of a website
|
|
Only needs the ID_W for the import, var and file
|
|
Function doesn't have security for knowing if is a trusted user importing it or not, it has to be did before calling
|
|
*/
|
|
|
|
?>
|