1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-22 21:13:46 +01:00

First commit. Check if all is uploaded well.

This commit is contained in:
Kevin Puertas
2017-10-30 22:59:39 +01:00
parent f88dceff1b
commit 6b38aa6cf8
247 changed files with 27230 additions and 0 deletions

9
lib/impexp/QozuToWordpress.php Executable file
View File

@@ -0,0 +1,9 @@
<?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
*/
?>